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.
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:
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
Offline
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.
Offline