Widget:Editcount: Difference between revisions
Jump to navigation
Jump to search
Matt Pijoan (talk | contribs) Created page with "<script type="text/javascript"> $( document ).ready(function() { $.get( "https://wikidoc.org/api.php?action=query&list=users&usprop=editcount&ususers=Yarlagadda%20Harshitha",..." |
Matt Pijoan (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
< | <includeonly> | ||
RLQ.push(function () { | |||
$( document ).ready(function() { | $( document ).ready(function() { | ||
$.get( "https://wikidoc.org/api.php?action=query&list=users&usprop=editcount&ususers=Yarlagadda%20Harshitha", function( data ) { | $.get( "https://wikidoc.org/api.php?action=query&list=users&usprop=editcount&ususers=Yarlagadda%20Harshitha", function( data ) { | ||
alert( "Data Loaded: " + data ); | alert( "Data Loaded: " + data ); | ||
}); | }); | ||
}); | |||
}); | }); | ||
</script> | </script> | ||
</includeonly> |