Detail:
$(window).load(function() {
alert('Load');
});
Error e.indexOf is not a function
Solution: change code below
$(window).on('load', function () {
alert('On Load');
});
Thứ Hai, 4 tháng 9, 2023
jQuery window load e.indexOf is not a function - SOLVED
Đăng ký:
Đăng Nhận xét (Atom)
0 nhận xét:
Đăng nhận xét