[jQuery] Select event on SELECT box
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