I can't seem to find the jquery plugin for cookies on googles CDN. Is it only available for download?
A jQuery CDN has two types: traditional pull jQuery UI CDN and reverse proxy jQuery UI 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.
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.
cookie. A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
Maybe this will do? http://www.jsdelivr.com/#!jquery.cookie It also supports SSL
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With