Creative UI/UX Designers Question:
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();
Previous Question | Next Question |
Explain Jquery? How Jquery will work? | Can we apply css in div element using JQuery library? |