This is not working
$(".gradeA, .gradeU").find(":checkbox").click(function() {
if (this.checked === false) { return; }
if (this.hasClass("toggler")) { return; }
The last line is failing but i need to check to see if its this checkbox
<input type="checkbox" name="myCB" value="A" class="toggler" />Couldn't find the Venue<br />