Thank you, Erik.

Works great, and no more errors!

There may be a better way (seems like there are several ways to do the
same thing, from what I've seen so far), but I'll stick with this
until something slick comes along.

Gerry

On 1/15/07, Erik Beeson <[EMAIL PROTECTED]> wrote:
> Try:
>
> if($("#second_field_to_enter").size() > 0) {
>   $("#second_field_to_enter")[0].focus();
> }
>
> I'd be interested to hear if there's a better way.
>

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to