MediaWiki
Gadget-statistics.js
From Dogcraft Wiki
(Created page with "$(document).ready(function() { function testAPIEdit() { } document.getElementById('gadgetSandboxButton').innerHTML = "<div id='gadgetSandboxButton'><button type='button...") ย |
No edit summary |
||
Line 5: | Line 5: | ||
} ย | } ย | ||
document.getElementById('gadgetSandboxButton').innerHTML = "<div id=' | document.getElementById('gadgetSandboxButton').innerHTML = "<div id='gadgetSandboxButtoninner'><buttonย type='button' style='background:blue;'>Press this to get editcounts</button></div>"; | ||
document.getElementById('gadgetSandboxButton').onclick = function() {testAPIEdit()}; | document.getElementById('gadgetSandboxButton').onclick = function() {testAPIEdit()}; | ||
}); | }); |
Revision as of 19:15, 4 July 2020
$(document).ready(function() {
function testAPIEdit() {
}
document.getElementById('gadgetSandboxButton').innerHTML = "<div id='gadgetSandboxButtoninner'><button type='button' style='background:blue;'>Press this to get editcounts</button></div>";
document.getElementById('gadgetSandboxButton').onclick = function() {testAPIEdit()};
});
This page was last modified on 4 July 2020, at 19:15. (12 months ago)