> I am trying to get the curser to 'focus' on the first of a <<option
> txtVar>> with jQuery.

This works for me (in your test case):
     jQuery(".viewer .txtOptionInput:first").focus();

> I've attempted using the first selector on input and class[1] but the
> desired result -- the curser ending up in the first box -- does not
> occur.

I would assume it's selecting the search box, as that appears first in 
the document structure (thus the viewer limitation in the selector 
expression above).

> There is a test case [2] which shows this.

Thanks, that certainly helped verify the above, preventing 
misunderstandings.


-- F.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to