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
Hi,
I am using bootstrap multiselect js for one of my requriement. It is working fine loading list box options , displaying seleted 3 options everything fine,But on the same page i have one radiobutton option. When user selects that radiobutton already selected bootstrapmulti selection will uncheck all the options and that above text what it is showing the selcted options also need to be clear and it should show nonselected. But for me i am able to unchek all previous selected listbox options, but that above text is not able to clear, still it shows the selected option names, this is my code,
$("#worldid").click(function() // radiobutton id
{
$(".multiselectboxclass").prop("checked",false); // added one class and unchekcing successfully
$("#listboxA").html('Select States ');
});
"listboxA" is the id of the div where multiselect options will load.
But here after check the radio button "nonselected" is displaying, but no listbox options or chekboxes.Every thing disappear , please help me in this regard.
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I am using bootstrap multiselect js for one of my requriement. It is working fine loading list box options , displaying seleted 3 options everything fine,But on the same page i have one radiobutton option. When user selects that radiobutton already selected bootstrapmulti selection will uncheck all the options and that above text what it is showing the selcted options also need to be clear and it should show nonselected. But for me i am able to unchek all previous selected listbox options, but that above text is not able to clear, still it shows the selected option names, this is my code,
$("#worldid").click(function() // radiobutton id
{
$(".multiselectboxclass").prop("checked",false); // added one class and unchekcing successfully
$("#listboxA").html('Select States ');
});
"listboxA" is the id of the div where multiselect options will load.
But here after check the radio button "nonselected" is displaying, but no listbox options or chekboxes.Every thing disappear , please help me in this regard.
Thanks in advance
The text was updated successfully, but these errors were encountered: