Widget:Sandbox: Difference between revisions

Jump to navigation Jump to search
Matt Pijoan (talk | contribs)
No edit summary
Matt Pijoan (talk | contribs)
No edit summary
Line 686: Line 686:
return this.getAttribute('checked') == 'checked';
return this.getAttribute('checked') == 'checked';
});
});
event.currentTarget.addClass("boxed");
$(event.currentTarget).addClass("boxed");
event.currentTarget.firstChild.prop("checked", true);
event.currentTarget.firstChild.prop("checked", true);
if ($("#exam").find('#submit').length == 0) {
if ($("#exam").find('#submit').length == 0) {

Revision as of 16:08, 27 June 2014