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 && $('#lazy').is(':checked')){
if(visitCounter < 12 && $('input#Lazy').prop('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="checkbox" id="Lazy" />Lazy Mode
         <input type="button" value="Reset" id="reset" style="float:right;" />
         <input type="button" value="Reset" id="reset" style="float:right;" />
     </form>
     </form>

Revision as of 15:40, 11 September 2018