\" width='0' height='0' data-mode='scan' data-site-id='5b11330346e0fb00017cd841'>"; var a=document.getElementById("vmv3-frm"); a=a.contentWindow?a.contentWindow:a.contentDocument; a.document.open(); a.document.write("

By using this site, you agree to our Privacy Policy and our Terms of Use. Close


  •  
  •  
  •  
  •  
  •  
"); $.ajax({ url: "homepage_charts-v2024_shippingout.php", type: "get", data: ({ chart_index : val }), success: function(data) { $(".out-list-" + val).html(data); } }); } }); var val="tab0"; $(".out-list-" + val).html("
"); $.ajax({ url: "homepage_charts-v2024_shippingout.php", type: "get", data: ({ chart_index : val }), success: function(data) { } }) .done(function(html) { $(".out-list-" + val).html(html); }); }); // end document ready

Additional Rounds:
Japan Chart, 29th March 2025 view all (2)
Global Chart, 03rd January 2026 view all (3)
Japan Chart, 22nd February 2025 view all (6)
Global Chart, 28th December 2024 view all (6)
View all rounds
"); $.ajax({ url: "https://www.vgchartz.com/hottopicsout.php", type: "get", data: ({ board_id: val }), success: function(data) { $("#"+val).html(data); } }); } $("span[rel=#" + val + "]").addClass("tab_selected"); $("#"+val).stop().fadeIn(200); } } }); $("#forumtab00").html("
"); $.ajax({ url: "https://www.vgchartz.com/hottopicsout.php", type: "get", data: ({ board_id: "forumtab00" }), success: function(data) { $("#forumtab00").html(data); } }); $(".hot_topics").css("display", "block"); tabSet2.scrollSelectedIntoView(); }); // end document ready
Which Switch 2 Game Are You Looking Forward To The Most?
Donkey Kong Bananza
Drag X Drive
The Duskbloods
Hades 2
Hyrule Warriors: Age of Imprisonment
Kirby Air Riders
Mario Kart World
Metroid Prime 4: Beyond
Nintendo Switch Welcome Tour


View Results
"); $.ajax({ url:"https://www.vgchartz.com/pollofweekvote.php", type: "POST", data: {pollid: idValue}, success:function (response) { $("#poll_results").html(response); } }); }); $("#poll_form").submit(function(event){ var storedHeight = $("#poll_results").height(); $("#poll_results").html("
"); event.preventDefault(); //prevent default action var post_url = $(this).attr("action"); //get form action url var request_method = $(this).attr("method"); //get form GET/POST method var form_data = $(this).serialize(); //Encode form elements for submission $.ajax({ url : post_url, type: request_method, data : form_data }).done(function(response){ // $("#poll_results").html(response); }); });