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 682: | Line 682: | ||
} | } | ||
function answerClicked(event) { | function answerClicked(event) { | ||
alert(event); | |||
$(".answer").removeClass("boxed"); | $(".answer").removeClass("boxed"); | ||
$('input[type=radio]').prop('checked', function () { | $('input[type=radio]').prop('checked', function () { |