If you are using Bootstrap switch, use the following jquery to track the Bootstrap switch checked event
$('.switcher').on('switchChange.bootstrapSwitch', function (event, state) {
//more code here
});
Regards,
Samitha
$('.switcher').on('switchChange.bootstrapSwitch', function (event, state) {
//more code here
});
Regards,
Samitha
No comments:
Post a Comment