Note that there are some explanatory texts on larger screens.

plurals
  1. POjqueryui js components on google cdn?
    primarykey
    data
    text
    <p>Usually you don't want to include the whole of jquery ui as you are only using certain parts. Using google cdn, it is possible to include different parts of the CSS files, but I can't find the JS ones eg (jquery.ui.core.min.js).</p> <p>CSS: <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery.ui.core.css" rel="nofollow noreferrer">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/base/jquery.ui.core.css</a></p> <p><a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery.ui.theme.css" rel="nofollow noreferrer">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery.ui.theme.css</a> <a href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery.ui.dialog.css" rel="nofollow noreferrer">http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/themes/ui-darkness/jquery.ui.dialog.css</a></p> <p>JS:</p> <p>?</p> <p>I have tried looking in all the obvious places I can think of. Do they exist?</p> <p>EDIT2:</p> <p>I have created <a href="http://code.google.com/p/google-ajax-apis/issues/detail?id=490" rel="nofollow noreferrer">http://code.google.com/p/google-ajax-apis/issues/detail?id=490</a> addressing this.</p> <p>EDIT:</p> <p>Np Josiah.</p> <p>Overall I think it should be faster in my circumstances.</p> <p>Most users of the site will be on IE6 which limits to 2 concurrent requests per domain. Offloading these requests to a different domain frees up other requests and should be faster than serving them up myself.</p> <p>Plus once they are cached, the check for modified is on another domain, which I think is also going to be better than checking the same domain as the other files. Then there are benefits of having servers close to users and so forth.</p> <p>I also suspect that jqueryui is not that cached when compared to jquery, especially considering my users. There is also the chance that they have the js parts cached if other websites are using them.</p> <p>I am not convinced that it will be faster, but I would like to do some tests to find out.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload