[jQuery] Treeview .js file location

2009-11-02 Thread Andrew243
Hi, My hosting service does doesn't have gzip compression enabled -- and I'm looking for a server to connect to jquery.treeview.js to speed up my page loading. I use http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js and http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min

[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Andrew243
ofollow" href="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"">http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"</a>;> > have to pull full UI.js if using Google but is probably better solution than > pulling from sites you are using now > link

[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Andrew243
//code.google.com/apis/ajaxlibs/documentation/index.html#jquery > using Google excellent option since if user already has been to site using > same source will have it cached > probably not a good idea pulling your scripts from jquery site > Andrew243 wrote:I'm using jquery, and

[jQuery] Where to access datepicker?

2009-10-19 Thread Andrew243
I'm using jquery, and have treeview working using src="http:// dev.jquery.com/view/trunk/plugins/treeview/jquery.treeview.js" Now I want to use datepicker, where can I access the .js file? I tried http://view.jquery.com/trunk/plugins/datepicker/jquery.datepicker.js, but that is not correct. My