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 |
Can we combine Jquery combined with other libraries? | How can we submit a form by ajax using Jquery? |