Creative UI/UX Designers Question:

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();

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?