• Hi Everyone
    I tried following tutorials but none really explain what I want to do. I am aware that wordpress uses jquery in “noconflict” mode so every $ sign needs to be replaced with “jQuery” or the entire script needs to be replaced with a wrapper of some sort.

    However there is a js file, call it example.js, that is quite big. I am not allowed to alter this file (so can’t put it in a wrapper or change all the $ signs) and this js file uses jQuery. I only need to include this file on one particular page on my site.

    How can I include example.js?

    Thanks in advanced for your help

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Including a JQuery file (easy question)’ is closed to new replies.