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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -