JQuery UI Question: Download JQuery User Interface PDF

How can we get value of textbox in jquery?

Tweet Share WhatsApp

Answer:

Include jquery library in the head section of page. Then use below code.
$(“#id”).val();
jQuery(“#id”).val();

Download JQuery User Interface PDF Read All 17 JQuery User Interface Questions
Previous QuestionNext Question
Can we combine Jquery combined with other libraries?How can we submit a form by ajax using Jquery?