[jQuery] Re: mouseover text for select option
the value of option 2 again. On 4 Nov., 18:55, ricardobeat <[EMAIL PROTECTED]> wrote: > use $("#fooinfo").html( $("#fooselect").val() ); to get the current > selection text! > > On Nov 4, 1:36 pm, hschulz <[EMAIL PROTECTED]> wrote: > > > Hell
[jQuery] mouseover text for select option
option 5 option 6 and the script $(document).ready(function(){ $("#fooselect option").mouseover(function() { $("#fooinfo").html($("#fooselect option:selected").text()); }); }); Any suggestions Thanks hschulz