mfoe87
Results
1
comments of
mfoe87
A small hack i made. Add into 'select' function at top of function var sid=this.$element[0]; var ssid = sid.id; $('#'+ssid+' option[value="'+value+'"]').attr('selected','selected'); And into 'deselect': var sid=this.$element[0]; var ssid = sid.id;...