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,
>
> Im having problems SELECT box. I have few options in my box.
> Some of them have class="unavailable" and for those I want to trigger
> an event.
>
> When you select option with that class:
> //Do something
>
> When you "deselect" it:
> //do something else
>
> I would like to find a solution for keybord and mouse select....
>
> Thank you
>
>

Reply via email to