Object Object has no method

The right to have a crazy problem here.

I can’t actually insert the code, so this is more of a theory issue

I have jquery enabled, then all my jquery plugins

all plugins are loaded as discarded console.log inside each to show that it was connected.

however, on EVERY plugin, when it tries to use it, it returns

Uncaught TypeError: Object [object Object] has no method 'PLUGIN FUNCTION' 

theoretically what can happen

+4
source share
1 answer

The correct answer seems ...

I somehow called jQuery twice, so the second jQuery initialization unloaded all the previous loaded plugins.

+13
source

All Articles