It's invalid to have a string as the second parameter to jQuery.

I don't know if that's true? I have this that works fine, to select the first option in a select (id 'prodlist'):
$("option:first","#prodlist").attr("selected",true);

-- Josh

Reply via email to