Actions

Dummy.js

From Necroxia Origin

/* Any JavaScript here will be loaded for all users on every page load. */ $("#testdiv").each(function() { var parent = $(this); var inputs = ['currentRoom', 'currentCount', 'answerNumber'];

//var d = document.createElement('div'); for (i = 0; i < inputs.length; i++) { //$(this).append("<input type='text' id='" + inputs[i] + "' maxLength='4' style='width:70px'/>"); $(this).append(" z <input type='text' id='" + inputs[i] + "' maxLength='4' style='width:70px'/>"); }

});