Widget:SandboxNew: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 331: Line 331:
$("[name=SubCat]").each( function() {
$("[name=SubCat]").each( function() {
$(this).attr('checked', false);
$(this).attr('checked', false);
$("#SelectAll").html("Select All Sub Categories");
$("#UnselectAll").html("Select All Sub Categories");
});
});
}
}

Revision as of 18:53, 4 June 2013