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 100: | Line 100: | ||
$("#question").html(form); | $("#question").html(form); | ||
$(".WBRButton").click(function () { | $(".WBRButton").click(function () { | ||
alert($(this).attr('id')); | alert($(this).parent.attr('id')); | ||
countdownCurrent = parseInt($(this).attr('id')) * 6000; | countdownCurrent = parseInt($(this).attr('id')) * 6000; | ||