jQuery: Uncaught TypeError: e.indexOf is not a function
-
Hi!
In main.js, line 1413:
e(window).load(function() {throws the error:
Uncaught TypeError: e.indexOf is not a functionThis is solved with:
e(window).on(function() {Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘jQuery: Uncaught TypeError: e.indexOf is not a function’ is closed to new replies.