Given this snippet of HTML, how can you get the value of the text field using jQuery?
<input type="text" class="form-control" id="firstName" placeholder="" value="" required="">
Given this snippet of HTML, how can you get the value of the text field using jQuery?
<input type="text" class="form-control" id="firstName" placeholder="" value="" required="">