joaopereirawd / fakeLoader.js

fakeLoader.js is a lightweight jQuery plugin that helps you create an animated spinner with a fullscreen loading mask to simulate the page preloading effect.
MIT License
721 stars 270 forks source link

Error using script with jQuery 3.3.1 #35

Closed inglesuniversal closed 5 years ago

inglesuniversal commented 5 years ago

Uncaught TypeError: e.indexOf is not a function at w.fn.init.w.fn.load (jquery.min.js:2) at fakeLoader.min.js:1 at fakeLoader.min.js:1

Any pointers?

Regards

joaopereirawd commented 5 years ago

Hi @inglesuniversal jQuery 3.3.1 is now supported! Try install the officially version of fakeLoader by npm or yarn:

yarn add jq-fakeloader or npm i jq-fakeloader

Check here whats new in the version 2.0 of fakeLoader: https://github.com/joaopereirawd/fakeLoader.js/releases/tag/V2.0.0