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
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