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 627: | Line 627: | ||
function answerClicked(event){ | function answerClicked(event){ | ||
$(this).addClass("boxed"); | $(this).addClass("boxed"); | ||
$(this) | $(this).get(0).attr("checked",true); | ||
console.log($(this).children()); | console.log($(this).children()); | ||
if($("#submit").length == 0){ | if($("#submit").length == 0){ |