[wd_asp elements=’search’ ratio=’100%’ id=1]

Get the value of a textbox using jQuery

18th July 2014

Jquery - Strings, Jquery - Variables

jquery icon

Easy as this!
var textboxvalue = $("#myid").val();

and to set it with a new value

$('#myid').val(newvalue);

You may want this Get-element-value-name-id-attr