vote up 0 vote down star
1

I'm using Google-hosted jQuery and jQueryUI, but I'm wondering if there are hosted jQueryUI themes anywhere? I'd like to just point to a hosted CSS file (the same way I do with the hosted JS file), so that I don't have to worry about setting up directories for the widget images or the CSS files or anything like that.

Update

I've found this, referenced by the jqueryui.com source code:

<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" type="text/css" media="all" />

Substituting the name of other themes from the themeroller page seems to work, but I'd love it if someone could find where on Google they list all the available themes that they are hosting. I'm not finding anything about this (maybe it is very recent?).

flag

2 Answers

vote up 4 vote down check

I could not find it on the Google site, but they are listed on the jQueryUI blog down the page in a section called "CSS framework and themes on Google AJAX Libraries API":

CSS framework and themes on Google AJAX Libraries API

As before, the latest stable release of jQuery UI (now 1.7) is hosted on Google’s CDN. New in this release, however, Google is also hosting the new jQuery UI CSS Framework, as well as our current suite of pre-built themes: base, black-tie, blitzer, cupertino, dot-luv, excite-bike, hot-sneaks, humanity, mint-choc, redmond, smoothness, south-street, start, swanky-purse, trontastic, ui-darkness, ui-lightness, and vader.

link|flag
vote up 1 vote down

The jQueryUI demo pages (e.g., http://jqueryui.com/demos/tabs/) show about 22 themes, a few more than 81bronco's list. All of them are available under ajax.googleapis.com.

But that's a heck of way to find out what is available.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.