JQuery UI Question:
Download Questions PDF

How can we get value of textbox in jquery?

Answer:

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

Download JQuery User Interface Interview Questions And Answers PDF

Previous QuestionNext Question
Can we combine Jquery combined with other libraries?How can we submit a form by ajax using Jquery?