[jQuery] Re: mouseover text for select option

2008-11-10 Thread Karl Swedberg
Hi hschulz, Here is a message I posted a while back in response to a similar question: Maybe someone else is aware of a workaround to this limitation of IE, but I haven't found one. ... If you take a look at the MSDN reference page for onmouseover [1], you'll see that is not included i

[jQuery] Re: mouseover text for select option

2008-11-10 Thread hschulz
Hi, thanks for your answer, but your code has the same behavior as my code. I try to go into details to explain the error. When you open the dropdown an move the mouse over "option 2" it shows the valiue of option 2, but when you move the mouse over option 3 (from option 2) it shows the value of

[jQuery] Re: mouseover text for select option

2008-11-04 Thread ricardobeat
use $("#fooinfo").html( $("#fooselect").val() ); to get the current selection text! On Nov 4, 1:36 pm, hschulz <[EMAIL PROTECTED]> wrote: > Hello, > > i want to display some additional information in a div, while > selecting an option from a select. > It works so far, except that it always displa