jQuery-Plugins icon indicating copy to clipboard operation
jQuery-Plugins copied to clipboard

Google Crome 9 json sorting prolem

Open chauhansudhir opened this issue 14 years ago • 0 comments

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);

chauhansudhir avatar Dec 29 '10 06:12 chauhansudhir