Creative UI/UX Designers Question: Download Creative User Interface UX PDF

How to get value of textbox in jquery?

Tweet Share WhatsApp

Answer:

Include jquery library in the head section of page. Then use below code.
$("#id").val();
jQuery("#id").val();

Download Creative User Interface UX PDF Read All 17 Creative User Interface UX Questions
Previous QuestionNext Question
Explain Jquery? How Jquery will work?Can we apply css in div element using JQuery library?