Jquery select events

Posted by patxi1980 on Stack Overflow See other posts from Stack Overflow or by patxi1980
Published on 2010-03-12T15:19:30Z Indexed on 2010/03/12 15:27 UTC
Read the original article Hit count: 230

Filed under:

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.

© Stack Overflow or respective owner

Related posts about jQuery