Jquery select events
- by patxi1980
Hi everyone,
i am working with a select. I want to trigger and event when the user select a value.
I am using the event "change", the problem is that if a user open the select but choose the same option that is selected, the triggers doesn't fire.
Is there a way to capture the event when a user select an option independently if the option is the same than is the one that was selected?
thanks.