You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$(".subModules").html(options1);
$(".subModules").multiSelect()
after adding more than one option via ajax , added option not showing how can reinitialize the select box
for example working correctly
roleMap.setSubModules(); //setting option to the $(".subModules") element
$(".subModules").multiSelect({
selectableHeader: "
$(".subModules").html(options1);
$(".subModules").multiSelect()
after adding more than one option via ajax , added option not showing how can reinitialize the select box
for example
working correctly
roleMap.setSubModules(); //setting option to the $(".subModules") element
$(".subModules").multiSelect({
selectableHeader: "
selectionHeader: "
afterInit:function() {
** following code not working correctly**
$(".subModules").multiSelect({
selectableHeader: "
selectionHeader: "
afterInit:function() {
roleMap.setSubModules(); //setting option to the $(".subModules") element
how can fix this
The text was updated successfully, but these errors were encountered: