I've managed to create the following page which has a iOS Slider working alongside BGStretcher, with a bit of script controlling the conflict between the two libraries used. However, I now want to add in a further JQuery library to create the "puff" effect on a div.
The problem is, when I add in the puff code I have, it breaks the page and none of the libraries will work. Below is a link to the iOS Slider and BGStretcher page I've created with a further link showing the puff test document (please excuse the simplicity for the moment, I am simply trying to get it working ).
www.psychobeing.co.uk/2012/demo/index.html
www.psychobeing.co.uk/2012/demo/pufftest.html
I've tried reordering the scripts and adding in the noConflict script below between the puff effect script and the others but it still doesn't work, if anything it means nothing works! Any help would be much appreciated!
From what I can tell there is a conflict between the iOSSlider and BGStretcher scripts and the following:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="http://ui.jquery.com/latest/ui/effects.core.js"></script>
Below is the latest version with everything included (including the above lines)
http://www.psychobeing.co.uk/2012/demo/index2.html
If anyone can help me out I'd really appreciate it!
Cheers!