Mike Alsup Fri, 08 Jun 2007 10:54:52 -0700
Try something like this:
$('option:first').css('color','#f00');
How can I change the colour of [1st] (only [1st], A in original colour)? Thanks