Luc Pestille schrieb:
> Nope, that didn't work - I suspect (read:complete guess) because 
> #myselect is the select element itself, not the option within it. Anyone 
> else offer a solution?
>  
> if ( $('#myselect').is(":disabled") ){
>     //don't submit the form
> }


$('#myselect option').is(":disabled").addClass('disabled');

-- Klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to