Skip to content
Fix Code Error

Downloading jQuery UI CSS from Google’s CDN

March 14, 2021 by Code Error
Posted By: Anonymous

I am planning on using Google to download the jQuery lib for both UI and Core. My question is, do they allow me to download the CSS for it or should I have to host it myself?

Also if I use Google to load how should I load other plugins? Can I compress all plugins together or should it be its own separate file?

Solution

The Google AJAX Libraries API, which includes jQuery UI (currently v1.10.3), also includes popular themes as per the jQuery UI blog:

Google Ajax Libraries API (CDN)

  • Uncompressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.js

  • Compressed: http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js

  • Themes Uncompressed:
    black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast,pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.

  • Themes Compressed:
    black-tie, blitzer, cupertino, dark-hive, dot-luv, eggplant, excite-bike, flick, hot-sneaks, humanity, le-frog, mint-choc, overcast,pepper-grinder, redmond, smoothness, south-street, start, sunny, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.

Answered By: Anonymous

Related Articles

  • error LNK2005: ✘✘✘ already defined in…
  • Problems Installing CRA & NextJS from NPM (Error:…
  • Error 'Map', but got one of type 'Null' flutter web with…
  • Rails wrong number of arguments error when generating…
  • 'block in draw' rails 6 routes
  • Manually hiding and showing drawer-panel in core-scaffold…
  • incompatible character encodings: ASCII-8BIT and UTF-8
  • How are zlib, gzip and zip related? What do they have in…
  • How to use html template with vue.js
  • File to import not found or unreadable: compass

Disclaimer: This content is shared under creative common license cc-by-sa 3.0. It is generated from StackExchange Website Network.

Post navigation

Previous Post:

Python Unicode Encode Error

Next Post:

Which selector do I need to select an option by its text?

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

  • Get code errors & solutions at akashmittal.com
© 2022 Fix Code Error