Answers

Question and Answer:

  Home  JQuery User Interface

⟩ How can we get value of textbox in jquery?

Include jquery library in the head section of page. Then use below code.

$(“#id”).val();

jQuery(“#id”).val();

 283 views

More Questions for you: