jQuery Chosen 赋值问题

源自:http://stackoverflow.com/questions/15005608/reselect-the-chosen-option-with-chosen-plugin-jquery

jQuery("#combooptions").val(saveseleted);//update the value first

 jQuery("#combooptions").trigger("liszt:updated");//trigger this event

相关推荐