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

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -