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 43: | Line 43: | ||
$("input[name='stash']").val(Questions); | $("input[name='stash']").val(Questions); | ||
$.each(Questions), function(){ | $.each(Questions), function(){ | ||
$("input[name='results'").val($("input[name=' | $("input[name='results'").val($("input[name='results']").val() + "false,"); | ||
} | } | ||
$('#next').css('visibility','visible'); | $('#next').css('visibility','visible'); | ||
}); | }); | ||
Line 139: | Line 138: | ||
</div> | </div> | ||
<input type='hidden' id='stash' name='stash' value='' /> | <input type='hidden' id='stash' name='stash' value='' /> | ||
<input type='hidden' name='pos' value='' /> | <input type='hidden' name='pos' value='0' /> | ||
<input type='hidden' name='results' value='' /> | <input type='hidden' name='results' value='' /> | ||
<div style="width:100%"><div id="next" class="noSelect" style="font-family:Arial;visibility:hidden;float:right;background-color:#FF0000;height:40px; width:100px; display: table-cell; cursor: default; text-align: center; vertical-align: middle;">Next</div> <div id="back" class="noSelect" style="font-family:Arial;visibility:hidden;float:right;background-color:#FF0000;height:40px; width:100px; display: table-cell; cursor: default; text-align: center; vertical-align: middle;">Back</div></div> | <div style="width:100%"><div id="next" class="noSelect" style="font-family:Arial;visibility:hidden;float:right;background-color:#FF0000;height:40px; width:100px; display: table-cell; cursor: default; text-align: center; vertical-align: middle;">Next</div> <div id="back" class="noSelect" style="font-family:Arial;visibility:hidden;float:right;background-color:#FF0000;height:40px; width:100px; display: table-cell; cursor: default; text-align: center; vertical-align: middle;">Back</div></div> | ||
</form> | </form> | ||
</includeonly> | </includeonly> |