Common.js: Difference between revisions
From Necroxia Origin
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
$("#testdiv").each(function() { | $("#testdiv").each(function() { | ||
var inputs = ['currentRoom', 'currentCount', 'answerNumber']; | var inputs = ['currentRoom', 'currentCount', 'answerNumber']; | ||
inputs.forEach(function(entry) { | |||
}); | |||
$(this).html('pan con pollos 2'); | $(this).html('pan con pollos 2'); | ||
}); | }); |
Revision as of 06:42, 1 September 2020
/* Any JavaScript here will be loaded for all users on every page load. */ $("#testdiv").each(function() { var inputs = ['currentRoom', 'currentCount', 'answerNumber']; inputs.forEach(function(entry) { }); $(this).html('pan con pollos 2'); });