0

I am using a responsive slider from http://responsiveslides.com but it is using ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js and now i have install a left side slide menu for mobiles but it´s using ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js and does two things conflict. The responsive slider wont work with the new jquery version. I have tried not to display them when they shouldnt be used.

What shall to do?

  • Can you maybe edit your question with the JS console errors you're getting with the new jQuery? If possible, supply a link to a test site. – Gezzasa Nov 26 '14 at 11:03
  • Why don't use stay with lower version then? – Mateusz Nowak Nov 26 '14 at 11:04
  • I downloaded the demo and replaced the jQuery with 2.1.1 and it works fine. – Gezzasa Nov 26 '14 at 11:06
  • Ok you were right. But to get the mobile menu working should I have the – user2979664 Dec 02 '14 at 12:48

1 Answers1

0

Instead of including both 1.8.3 and 2.1.1 just include the latest one.

I have tried it with the demo provided and it works 100%

Gezzasa
  • 1,443
  • 8
  • 17
  • Ok you were right. But to get the mobile menu working should I have the – user2979664 Dec 02 '14 at 12:43
  • am a fool, it works. Thanks for the help – user2979664 Dec 02 '14 at 12:59