javascript - Two pages, one jQuery script, error on one site -
I am stuck on this problem for a while. I have a developing environment, where I have a lazy load script A large file was added to the site which was developed by an external party for the site. Everything works on all pages, but one- many actions on that site are not suddenly defined, and I am concerned about the least say.
One of the work pages is: (Site removed for local developing environment)
Page where I get an error in the console: (site is available in local development environment The reason has been removed)
The file that is jquery.main.js, is that we have upgraded from 1.8.3 to 1.11.0 jquery - but because it works on all other sites Does, I would wonder if this was the problem.
Any help would be very appreciated.
You have 2 jquery.min
(v 1.10 and 1.11) your page Delete the files loaded in, the oldest
Another tip, to load a head box, load your script at the bottom of the page.
Update:
Here are your jquery files:
In the top: & lt; Script type = "text / javascript" src = "(The site was removed for local reasons as follows:
& lt; script src =" // "ajax.googleapis.com/ajax/libs/jquery/ 1.10.2 / jquery.min.js "& gt; & lt; / script & gt;
Comments
Post a Comment