All right, say I have this:
Option A Option B
This is an old Question which has not been updated in some time the correct way to do this now would be to use
$("#action").on('change',function() { alert($(this).find("option:selected").text()+' clicked!'); });
I hope this helps :-)