Luc Pestille schreef:
> // add class to change colour
> $('#idol_datetime_day1
> option:disabled').addClass("required").get(0).focus();
>
change to
$('#idol_datetime_day1
option:disabled').addClass("required").eq(0).focus();
This seems to be a common mistake. Maybe on one of the learning sites or on the
documentation page of jquery.com there should be a list of common mistakes
found in the mailing list to guide newcomers and even 'veterans' :).
--
David Duymelinck
________________
[EMAIL PROTECTED]
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/