I need to create a basic keyboard for a touchscreen app that will be in the page. There might be multiple text boxes on one page, and I need a way to keep the JS knowing which box actually "has focus" (even though the keys pressed on the keyboard will actually have focus in the JS sense).

I could keep a global variable with the details, but is there a better way?

--
Yehuda Katz
Web Developer
(ph)  718.877.1325
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to