VB root directory > clientscripts > jquery
The names of the files give away what they do and from there you should be able to find the calls for them.
All your doing by calling for the jquery script from an external source is saving bandwidth. You'll notice the jquery functions work quicker and smoother. When you open and close the sidebar in the forum that's jquery. Litebox is another one.
But from what I saw in the file folder most of the scripts are for the mobile functions.
They just loaded the mini version of jquery. if you want to do some other things with jquery you'll have to pull it from an external server or load the full blown version of the jquery files.
|