Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Hack which version of jQuery we run
422
MVP
I understand Vanilla utilises the version of jQuery required for stability, but wondered where I can over ride this for testing purposes. Plus we use CDN's for our jQuery stuff.
Would just like to know where jQuery is instantiated, so that I may edit ( temporarily ) to test some new functionality changes.
Would just like to know where jQuery is instantiated, so that I may edit ( temporarily ) to test some new functionality changes.
There was an error rendering this rich post.
Tagged:
0
Answers
/js/library/jquery.js
file.If you want to do your own in a plugin try the following:
There was an error rendering this rich post.
grep is your friend.
There was an error rendering this rich post.
There was an error rendering this rich post.
I found it generally quite good, with a few counter intuitive things. I recommend using.
$Configuration['Plugins']['PageSpeed']['AllInOne']=1;
don't use TRUE.in the CDN jQuery version you simply put the number ie 1.6
grep is your friend.
There was an error rendering this rich post.
Guys, this is really ticking me off now.
We load jquery in from our CDN , we do not want or need to host jquery.
Without integrating page speed this or that, all I wish to do, is get rid of
from our code, and load it in via our own url, plus we need to position jquery at a point in the page different from vanilla.
This is because our site is php, and we have integrated vanilla into our site not using embed.
So jquery needs to be loaded above all other js. If you can just tell me specifically where I can get rid of the above line , I will be a happy bugger
Ste
Done it, god I am a half wit.
There was an error rendering this rich post.
grep is your friend.