Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter djnorthyy

    (@djnorthyy)

    Any idea?

    I am sorry, the only way is to go and edit the plugin files to tell them not to load jquery multiple times. I had the exact same frustration when I was using MooTools.

    What I did was to find out all the classes the plugins were using, download it and tell the plugins to stop loading jQuery. It was a one time thing, the only drawback is that you got to add in new classes if any plugin needs them.

    I’m having the same problem.

    Some plugins like Wordtube and wp-simpleviewer loads jQuery as well. The result is that jQuery stops working. Not good.

    Is the ONLY way to go into the plugin code and comment out the part that lodas the jQuery script?

    I know Drupal has a system that controls what scripts are loaded, and makes sure that a script is not added / loaded twice. It would be really usefull if WordPress had something similar ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘jQuery being loaded mutliple times’ is closed to new replies.