javascript - How to catch asp.net textbox1.text via jquery -
Pure text box control so I try to capture through jquery. But I can not do how can I do this. Thanks ...
Just name your textbox control, say tbName . Then, using jQuery, do this:
$ ("# tbName"). Val ();
Comments
Post a Comment