I\'m having a problem in Chrome with the following:
Chrome
var items = $(\"option\", obj); items.each(function(){ $(this).click(function(){
sometext Ready for Review Registration Date $('#myselect').change(function() { if($('#myselect option:selected').val() == 0) { ... } else { ... } });