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 |
||
(4 intermediate revisions by the same user not shown) | |||
Line 104: | Line 104: | ||
$("#next").css("visibility","visible"); | $("#next").css("visibility","visible"); | ||
$("#submit").css("visibility","hidden"); | $("#submit").css("visibility","hidden"); | ||
$("#lazyLayer").css("visibility","hidden"); | |||
}); | }); | ||
Line 230: | Line 231: | ||
} | } | ||
} | } | ||
if(visitCounter < 12){ | if(visitCounter < 12 && $('input#Lazy').prop('checked')){ | ||
$("#next").trigger("click"); | $("#next").trigger("click"); | ||
} | } | ||
Line 1,118: | Line 1,119: | ||
</div> | </div> | ||
<input type="button" value="Submit" id="submit" style="float:left;"/> | <input type="button" value="Submit" id="submit" style="float:left;"/> | ||
<span id="lazyLayer"><input type="checkbox" id="Lazy" />Lazy Mode</span> | |||
<input type="button" value="Reset" id="reset" style="float:right;" /> | <input type="button" value="Reset" id="reset" style="float:right;" /> | ||
</form> | </form> |