Uncaught TypeError: a.indexOf is not a function
And then I got the answer, the .load is deprecated and we need to change it into
$(window).on("load", function() {}After that, the error is gone.
Hope this help :)
Place to put all my knowledge
Uncaught TypeError: a.indexOf is not a function
$(window).on("load", function() {}After that, the error is gone.