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($("input[name=' | alert($("input[name='stash']").val()); | ||
var newPos = $("input[name='pos']").val() + 1; | var newPos = $("input[name='pos']").val() + 1; | ||
$("input[name='pos']").val(newPos); | $("input[name='pos']").val(newPos); |