Widget:GetUpdateList: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) Created page with "<script> $(document).ready(function() { if (document.getElementById("skill_calculator")) { $.get("/api.php?action=parse&format=json&prop=sections&page=Updates/2017/May", fu..." |
Pianoforte (talk | contribs) No edit summary |
||
Line 9: | Line 9: | ||
}); | }); | ||
</script> | </script> | ||
Latest revision as of 04:04, 1 June 2017
<script> $(document).ready(function() { if (document.getElementById("skill_calculator")) { $.get("/api.php?action=parse&format=json&prop=sections&page=Updates/2017/May", function( data, textStatus, jqxhr ) { pagedata = JSON.parse (data); window.alert(pagedata); }); } }); </script>