[jQuery] Re: Select event on SELECT box

2007-09-25 Thread luigi7up
I meant something like mouseover - mouseout but in the context of keybord celection I used deselect phrase... Ill try this in a minute, thank you On Sep 24, 4:48 pm, "Glen Lipka" <[EMAIL PROTECTED]> wrote: > Check out this page to see the available events:http://docs.jquery.com/Events > > O

[jQuery] Re: Select event on SELECT box

2007-09-24 Thread Glen Lipka
Check out this page to see the available events: http://docs.jquery.com/Events One you will probably need is $("select").change(... That fires when the user selects an option with keyboard or mouse. What do you mean "de-select"? Glen On 9/23/07, luigi7up <[EMAIL PROTECTED]> wrote: > > > Hi, >