Following is my code which works fine in firefox but not in chrome. Kindly let me know how to solve this issue. The main idea is to call a js function based on the selected
$(document).ready(function(){ $("#qtype").change(function(){ $(this).find('option:selected') // do something.... } })