Tag Archives: mink eyelash wholesale

Nothing Found

It seems we can’t find what you’re looking for. Perhaps searching can help.

jQuery(document).ready(function ($) { // Chọn tất cả thẻ a $('a').click(function (event) { // Kiểm tra xem thẻ a có thuộc tính href không if ($(this).attr('href')) { // Kiểm tra xem liên kết bắt đầu bằng "https://" if ($(this).attr('href').startsWith('http')) { // Mở trang mới nếu là liên kết HTTPS window.open($(this).attr('href')); // Ngăn chặn chuyển hướng mặc định của thẻ a event.preventDefault(); } } }); }); //