
V.League 1
Kết quả bóng đá V.League 1 hôm qua - 30/08/2025
Kết quả V.League 1 vòng 3 - 28/08/2025
Kết quả V.League 1 vòng 3 - 27/08/2025
Kết quả V.League 1 vòng 2 - 24/08/2025
jQuery(document).ready(function ($) {
$('#round_number').on('change', function() {
let selectedRound = $(this).val();
let currentUrl = window.location.href;
let baseUrl = currentUrl.split('?')[0];
let newUrl = baseUrl + '?round=' + selectedRound;
window.location.href = newUrl;
});
});
1 Article
