Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 04-25-2016 04:00:29

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

JS conflict

I want to run a js script for a banner on my splash page but there is some sort of conflict as it is preventing the product slider from working. Is there a way around this?

Here is the line I need to add:

Code:

<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>

Offline

 

#2 04-25-2016 07:13:10

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: JS conflict

Make sure all your other JS code appears in your skin below the 'jslib' namespace load, which loads JavaScript produced by the software, including jQuery.  You don't need the line of code you're trying to add as jQuery is loaded by the software automatically.


Nick Hendler

Offline

 

Board footer