user_statistics.js 222 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 $(window).load(function() { ShowProgressAnimation(); $('#logged-user-stats').empty(); $('#logged-user-stats').load(ajax_get_user_stats, "user_name=", function() { HideProgressAnimation(); }); });