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 4: | Line 4: | ||
selectExam(); | selectExam(); | ||
$('#next').on('click', function(event){ | $('#next').on('click', function(event){ | ||
alert("Next!"); | |||
$("input[name='pos']").val($("input[name='pos']").val()++); | $("input[name='pos']").val($("input[name='pos']").val()++); | ||
loadQuestion(); | loadQuestion(); | ||
alert($("input[name='pos']").val()); | alert($("input[name='pos']").val()); |