What I did in this situation was that I included OnClick elements in the options:
<option onClick="something();">Option Name</option>
Then just create a script function as follows:
function something(){ alert("Hello"); }
UPDATE: Unfortunately, I can not comment, so I am updating here
TrueBlueAussie explicitly jsfiddle has some problems, check here if it works or not: http://js.do/code/klm
Igor Aleksic Apr 23 '13 at 1:42 on 2013-04-23 01:42
source share