|
|
|
|
|
by clusterfu_k
5932 days ago
|
|
themes are definitely up. http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/base/jquery-ui.css
this will get you the base theme. just replace base with any of the other theme names.so for vader: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/vader/jquery-ui.css
basically: http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.0/themes/#THEMENAME#/jquery-ui.css
|
|
So the question (for me) of size/speed comes down to: is it faster/better to build my own jQuery UI js file with selected components or to use the full file from Google's CDN?
The former option has the benefit of being smaller, while the latter has the benefit of being hosted by Google's fast servers and there's a decent probability the client already has it cached.