I have a jsfiddle here - http://jsfiddle.net/FTHVJ/
And demo here - http://ttmt.org.uk/select
I know this looks a little crazy but it\'s cloest I could get t
Try:
$(document).on('change', '#menu_Two', function(){ alert('here'); });
DEMO FIDDLE