Widget:MattTest2: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) No edit summary |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 230: | Line 230: | ||
} | } | ||
} | } | ||
if(visitCounter < 12){ | if(visitCounter < 12 && $('input.checkbox_check').is(':checked')){ | ||
$("#next").trigger("click"); | $("#next").trigger("click"); | ||
} | } | ||
Line 1,118: | Line 1,118: | ||
</div> | </div> | ||
<input type="button" value="Submit" id="submit" style="float:left;"/> | <input type="button" value="Submit" id="submit" style="float:left;"/> | ||
<input type="checkbox" id="lazy" style="float:left;" />Lazy Mode | |||
<input type="button" value="Reset" id="reset" style="float:right;" /> | <input type="button" value="Reset" id="reset" style="float:right;" /> | ||
</form> | </form> |