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).get(0).prop("checked",true);
$(this).children().get(0).prop("checked",true);
console.log($(this).children());           
console.log($(this).children());           
if($("#submit").length == 0){  
if($("#submit").length == 0){  

Revision as of 17:23, 18 February 2014