Creative UI/UX Designers Question:
Download Job Interview Questions and Answers PDF
How to 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();
$("#id").val();
jQuery("#id").val();
Download Creative User Interface UX Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Jquery? How Jquery will work? | Can we apply css in div element using JQuery library? |