I load jQuery user interface as
google.load("jqueryui", "1.8.6");
from Google CDN And I want the UI Darkness theme to be related to it. Any other methods except
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-darkness/jquery-ui.css" />
Sort of
google.load("jqueryui", "1.8.6","{theme: 'UI-Darkness'}");
source share