// .tabRU { text-align:center; cursor:pointer; }

-JIYEONVN Statistics

Newest PostReply your topicStatus
Vui l?ng d?i...
'); $(".tabRU:eq(" + tabNum + ")").css("font-weight","bold"); function RU6(){ zeta_cookie.set("RUtab", 5, 365); $(".tabRU").css("font-weight","normal"); $(".tabRU:eq(5)").css("font-weight","bold"); $("#contentsTab > div:visible").not("#repliesRU").fadeOut("fast", function(){ $("#repliesRU").fadeIn("fast");});} function RU7(){ zeta_cookie.set("RUtab", 6, 365); $(".tabRU").css("font-weight","normal"); $(".tabRU:eq(6)").css("font-weight","bold"); $("#contentsTab > div:visible").not("#yourRepliesRU").fadeOut("fast", function(){ $("#yourRepliesRU").fadeIn("fast");});} function RU1(){ zeta_cookie.set("RUtab", 0, 365); $(".tabRU").css("font-weight","normal"); $(".tabRU:eq(0)").css("font-weight","bold"); $("#contentsTab > div:visible").not("#feedRU").fadeOut("fast", function(){ $("#feedRU").fadeIn("fast");});} function RU2(){ zeta_cookie.set("RUtab", 1, 365); $(".tabRU").css("font-weight","normal"); $(".tabRU:eq(1)").css("font-weight","bold"); $("#contentsTab > div:visible").not("#statsRU").fadeOut("fast", function(){ $("#statsRU").fadeIn("fast");});} $(function(){loadRU();}); function reloadRU(){ $("#reload").removeAttr("href"); $("#contentsTab > div").html("Loading..."); loadRU();} function loadRU(){ $.ajax({type: "get", url: main_url + "stats/feed", success: function(response){ var feedRU1 = document.createElement("div"); feedRU1.innerHTML = response; var feedRU2 = $(feedRU1).find("#board_feed"); $("#feedRU").html(feedRU2);}}); $.ajax({type: "get", url: main_url + "stats/status_updates", success: function(response){ var statsRU1 = document.createElement("div"); statsRU1.innerHTML = response; var statsRU2 = $(statsRU1).find("#status_updates"); $("#statsRU").html(statsRU2);}}); $.ajax({type: "get", url: main_url + "members/?sort=join_unix&order=d", success: function(response){ var membersRU1 = document.createElement("div"); membersRU1.innerHTML = response; var membersRU2 = $(membersRU1).find("#member_list_full tbody tr:first"); var membersRU3 = $(membersRU1).find("#member_list_full tbody tr[class]"); $("#membersRU i").remove(); $("#membersRU").html(membersRU3).prepend(membersRU2).children("tr").wrapAll("");}}); $.ajax({type: "get", url: main_url + "members/?topten", success: function(response){ var oTopRU1 = document.createElement("div"); oTopRU1.innerHTML = response; var oTopRU2 = $(oTopRU1).find("#member_list_full tbody"); $("#oTopRU i").remove(); $("#oTopRU").html(oTopRU2).children("tbody").wrap("
");}}); $.ajax({type: "get", url: main_url + "stats/top_posters", success: function(response){ var tTopRU1 = document.createElement("div"); tTopRU1.innerHTML = response; var tTopRU2 = $(tTopRU1).find("#top_posters tbody"); $("#tTopRU i").remove(); $("#tTopRU").html(tTopRU2).children("tbody").wrap("
");}}); $.ajax({type: "get", url: main_url + "search/?c=5", success: function(response){ var repliesRU1 = document.createElement("div"); repliesRU1.innerHTML = response; var repliesRU2 = $(repliesRU1).find("#search_results_topics").next(); $("#repliesRU").html(repliesRU2);}}); $.ajax({type: "get", url: main_url + "search/?c=6", success: function(response){ var yourRepliesRU1 = document.createElement("div"); yourRepliesRU1.innerHTML = response; var yourRepliesRU2 = $(yourRepliesRU1).find("#search_results_topics").next(); $("#yourRepliesRU").html(yourRepliesRU2);}}); $("#reload").attr("href","javascript:reloadRU();");} if(tabNum > 0){ $("#feedRU").css("display","none"); $("#contentsTab > div:eq(" + tabNum + ")").css("display","block");} // ]]>