Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Re: Having trouble with the jquery-loader Var Path= link

Home Forums Older releases 0.9.x Having trouble with the jquery-loader Var Path= link Re: Having trouble with the jquery-loader Var Path= link

#1661
admin
Keymaster

Hi,

Just don’t use the loader script. It’s used on the default demo to allow easy testing against different jQuery versions. So on your home page:

http://ecbiz135.inmotionhosting.com/~dahlec5/Dahle14/

use this:

<!-- jQuery -->

In sub directories like here:

http://ecbiz135.inmotionhosting.com/~dahlec5/Dahle14/products/sharpeners/HandHeld.htm

use this:

<!-- jQuery -->

and so on… Just like what you are currently doing for the “jquery.smartmenus.js” file.

Cheers!