Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

How (using Javascript or jQuery) can I detect when a value has been selected from a select box, even if it's the same option as was previously selected (i.e. no change event is fired).

Mainly I need this for mouse interaction, but a solution that works for keyboard too would be handy.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
499 views
Welcome To Ask or Share your Answers For Others

1 Answer

I have no idea if it would work just from the top of my head if you could attach an event handler to the select box option element and on click store its value.

works with mouse, doesn't work with keyboard http://jsfiddle.net/w4DEJ/4/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...