Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Making Scripts work with WordPress Plugins Reply To: Making Scripts work with WordPress Plugins

#150534
Tell Stevens
Participant

Ok so I was able to pull in my script and it didn’t work. But if I pulled in jquery directly before my script it worked but then broke my plugin on the page. So I dug around some more and I noticed that if I don’t pull in jquery through my functions .php jquery 1.10.2 is pulling in from wp-includes. Does that make sense?

So basically the correct version of jquery is pulling in but it doesn’t allow my script to work properly.