> $(function() {
>     ( $("#second")[0] || $("#first")[0] ).focus(); });

Wow, the way you guys waste keystrokes it's a wonder you get anything done.
:-)

$(function(){ $("#second,#first")[0].focus() });


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

Reply via email to