Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is jquery.cookies hosted on the Google CDN?

I can't seem to find the jquery plugin for cookies on googles CDN. Is it only available for download?

like image 222
Paul Avatar asked Feb 02 '12 15:02

Paul


People also ask

Which CDN is used in jQuery?

A jQuery CDN has two types: traditional pull jQuery UI CDN and reverse proxy jQuery UI CDN.

What is jQuery Google CDN?

jQuery is a JavaScript library primarily designed with the purpose to make it easier to use JavaScript on our website. jQuery wraps many lines of JavaScript code into methods that we can call with a single line of code. Google provides CDN support for jQuery via the googleapis.com domain.

Should I use CDN for jQuery?

There are a lot of people that say you should always use a CDN for libraries like jQuery (and other popular projects, as well). They say this for good reason. Using a CDN, as noted already, can reduce latency and allow browsers to cache a common file so it doesn't even have to load it from a server.

What is jQuery cookie?

cookie. A simple, lightweight jQuery plugin for reading, writing and deleting cookies.


1 Answers

Maybe this will do? http://www.jsdelivr.com/#!jquery.cookie It also supports SSL

like image 138
Jim Avatar answered Sep 22 '22 12:09

Jim