agi Posted December 13, 2014 Report Share Posted December 13, 2014 Hi, I have recently added two jquery scripts into my personal website, in the process learning how it works. The first script was responsiveslides, which I managed to work in its most basic form. Then, I added a floating nav, but once this worked the slides stopped functioning. I have a hunch where the problem might be, maybe an issue of different jquery versions (I took the .js files from the wesbites offering this code), but as I am a beginner with jquery I would welcome some suggestions or help with this problem. I've attempted finding a solution by googling it, but found it hard to find a relevant site with information (maybe the noConflict() method, but again, this is as yet too advanced for me). The web page which demonstrates the conflict between the scripts is w ww.agnieszka mlicka.c om/dis play.html. All images (except of the banner) are slides that do not work, but the nav on the right floats nicely as it should. If it is better to attach the code, please let me know. Thanks in advance! Agi ps. apologies for any ugly code, I am in the process of transferring to HTML5 and tidying it all up Quote Link to comment Share on other sites More sharing options...
falkencreative Posted December 15, 2014 Report Share Posted December 15, 2014 The first step would be to remove the older jquery link -- you really shouldn't be running two copies of jQuery on the same site. I imagine that both scripts should work fine on the Google jquery link, though I can't say that for sure unless it was properly tested. Quote Link to comment Share on other sites More sharing options...
agi Posted December 16, 2014 Author Report Share Posted December 16, 2014 Thanks for your reply, indeed after sorting out the code to refer to one source only I managed both scrips to work simultaneously. cheers! Agi Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.