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: Conflicting jQuery

Home Forums Older releases 0.9.x Conflicting jQuery Re: Conflicting jQuery

#1741
admin
Keymaster

OK, it’s a path related issue. At the moment, on your search results page the following:

<script type="text/javascript" src="../smartmenus/libs/jquery-loader.js"></script>

does not include jQuery correctly. Instead of linking to “jquery-loader.js” link directly to “jquery-2.1.1.js” – e.g.:

<script type="text/javascript" src="../smartmenus/libs/jquery/jquery-2.1.1.js"></script>

The loader script is used on the demo pages just to allow easy testing with different jQuery versions.

Cheers!