Actions

MediaWiki

Common.js: Difference between revisions

From Necroxia Origin

mNo edit summary
m (Blanked the page)
Tag: Blanking
Line 1: Line 1:
/* 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("<input type='text' id='" + inputs[i] + "' maxLength='4' style='width:70px'/>");
}
});

Revision as of 07:00, 1 September 2020