Widget:Editcount: Difference between revisions

Jump to navigation Jump to search
(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",...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<script type="text/javascript">
<includeonly>
$( document ).ready(function() {
<input type="text" id="editcountuser" />
$.get( "https://wikidoc.org/api.php?action=query&list=users&usprop=editcount&ususers=Yarlagadda%20Harshitha", function( data ) {
<input type="button" id="editcountgo" value="Go" />
alert( "Data Loaded: " + data );
</includeonly>
});
});
</script>

Latest revision as of 08:48, 20 January 2021