jQuery-Plugins
jQuery-Plugins copied to clipboard
Google Crome 9 json sorting prolem
Google crome 9 sort json by key and as a result we get unordered list in the dropdown.
I fixed this problem by adding sortOptions(true) and it works for me
$("#dd_menu_id").addOption(response, false).sortOptions(true);