Lack of interest Please add new jQuery Source - cdnjs.com

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.
This suggestion has been closed. Votes are no longer accepted.
It's just a template edit:

page_container_js_head

Find:
Code:
<script src="{$jQuerySource}"></script>

Replace with:
Code:
<script src="CDNJS.com URL Here"></script>
 
I only see this //cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js , Is it compatible with XenForo Already?
 
Nope. Highly unlikely.

You would need 1.11.1 to ensure compatibility with XenForo and its add-ons.
 
I've looked into cdnjs... It doesn't really seem like a good idea implementing it in the core.

It doesn't have all versions, if it ever had some of the jQuery versions XenForo has required over the years, not all of them are there now which leads me to believe they only host a subset of the most recent versions of things. I can see comments from people saying even current stuff like bootstrap is out of date.

Seems like a good concept for a service for a company to provide, but very poorly implemented.

Besides, if all they do is host the JS file on CloudFlare, couldn't you just use CloudFlare?
 
Top Bottom