Tech Info
Saturday, January 22, 2011
get the text box value using jquery
By using textboxid:
jQuery('#texboxid').val();
By using name:
jQuery('input[name="textboxname"]').val();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment