Website bán hàng chính thức của Tập đoàn Tân Á Đại Thành
Website bán hàng chính thức của Tập đoàn Tân Á Đại Thành
Khu vực
Khu vực
$("select").click(function() {
var open = $(this).data("isopen");
if(open) {
window.location.href = $(this).val()
}
//set isopen to opposite so next time when use clicked select box
//it wont trigger this event
$(this).data("isopen", !open);
});
Notice: Trying to get property 'parent' of non-object in /home/gruoptanad/domains/tanadaithanhgroup.net.vn/public_html/wp-content/themes/flatsome/functions.php on line 80