I am loading jQuery UI as
google.load("jqueryui", "1.8.6");
from the Google CDN And I want the theme UI Darkness to be associated with it. Any other methods other than
<link type="text/css" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/ui-darkness/jquery-ui.css" />
Something like
google.load("jqueryui", "1.8.6","{theme: 'UI-Darkness'}");