2
Well I’m trying to solve a very annoying problem, I’m trying to make a tab Nav page and it uses jquery :"https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"
But I also have another script and she’s using : https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js
And it is bugging the script, in case I take jquery 1.11 my script works, but the Nav page does not .
If I uncle 3.2.1 my script doesn’t work, and the page Nav works.
Now it was, ask a question there so that I can give a vote and if I can explain myself why I wanted to understand why with this library it was and with the other two not, and to go the two things to script + the Nav in tabs I had to import the two jquery 2.1.1 and 3.2.1
– Felipe