This should work to get the entire UI css: <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/ jqueryui/1.7.2/themes/base/jquery-ui.css" type="text/css" />
Just change the "base" folder for the different themes, for example: <link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/ jqueryui/1.7.2/themes/sunny/jquery-ui.css" type="text/css" /> Hth, Dave On Nov 2, 3:26 pm, Andrew243 <[email protected]> wrote: > Hi, > > I'm trying to make my pages load faster and have a problem with the > jquery-ui-1.7.2.custom.css file as my hosting service doesn't have > gzip compression enabled. > > I usehttp://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js > andhttp://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js > -- is there an equivalent where I can host my jquery- > ui-1.7.2.custom.css > jquery.treeview.js file? > > Thanks -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.
