Answers

Question and Answer:

  Home  Creative User Interface UX

⟩ How to get value of textbox in jquery?

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

$("#id").val();

jQuery("#id").val();

 207 views

More Questions for you: