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 119: | Line 119: | ||
$( "input[name='answer']" ).click(function(){ | $( "input[name='answer']" ).click(function(){ | ||
$this.checked(true); | |||
var Results = $("input[name='results']").val().split(","); | var Results = $("input[name='results']").val().split(","); | ||
var Pos = parseInt($("input[name='pos']").val()) - 1; | var Pos = parseInt($("input[name='pos']").val()) - 1; |