I have implemented this function (libphonenumber javascript )in a website http://www.phoneformat.com/
How do i get the value returned by this html tag. Whether Yes
The .val() method is primarily used to get the values of form elements such as input, select and textarea.
.val()
input
select
textarea
Use
$("#phone_valid").text();
to get DIV text content or
$("#phone_valid").html();
if you want markup.