themes - google.Load jQuery UI Specific CSS -


i loading jquery ui as

google.load("jqueryui", "1.8.6"); 

from google cdn , want theme ui darkness associated it. 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'}"); 

so far google loader doesn't support syntax jqueryui, can check documentation here.

http://code.google.com/intl/zh-cn/apis/loader/#googleload

i think refer link in tag still best way in case.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -