> From: Yehuda Katz
> 
> 1) Is it possible to easily get the current focused field?
> 
> 2) Is it possible to programmatically get the cursor to blink 
> in a text field?

Hi Yehuda,

I wonder if you saw my reply to your previous message on this topic:

http://jquery.com/discuss/2006-September/011349/

I don't think there is a way to do #2, but you don't need to do it if you
follow my suggestion, because your touch keyboard won't steal the keyboard
focus.

You can do #1 by tracking blur and focus events on the text fields. I don't
know of an easier way, but that is easy enough.

-Mike


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to