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 even
I think focus() function will help you..try this: http://api.jquery.com/focus/