SStuAndrewsJan 24, 2017
Hi Folks,
Just wondering how I can access the click of a bootstrap custom checkbox?
At the moment, I declare the checkbox:
" data-off-text="">
In my script section, I'm trying this:
$("#cb1").on("change",function() { console.log("checkbox changing!"); });
But it's not firing.
Any thoughts/ideas?
