Thanks a really nice plugin. :D I think option-sel would be better - this would have the correct value on load (the default selection) and would also be correct once the user changed the selection. Perhaps something like this: $(document).ready(function() { $('#MySelect') .after("<span></span>") // add a permenant place to put the changing value .change( function() { var label=$(":option-sel",this