Javascript Event for Select element Selection

Posted by JP on Stack Overflow See other posts from Stack Overflow or by JP
Published on 2010-04-05T20:56:17Z Indexed on 2010/04/05 21:03 UTC
Read the original article Hit count: 166

Filed under:
|
|
|

Hi everyone,

I'm looking to find the Javascript Event I need to put into jQuery's .bind function in order to have the function triggered when a selection is made from a <select> element.

At the moment I'm using .bind('change',function() { ...}) but I need the event to trigger when the selected option is chosen again.

Any suggestions?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript