[jQuery] Re: Where to access datepicker?

2009-10-20 Thread Richard D. Worth
On Mon, Oct 19, 2009 at 2:29 PM, Andrew243  wrote:

>
> Hi Charlie,
>
> The Google link works -- thanks, I did not understand how to contruct
> the Google URL from their site.
>
> What URL can I use to link to datepicker?
>

For the jQuery UI Datepicker, you'll need jQuery, jQuery UI, and a theme:

http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
">
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js
">
http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/jquery-ui.css";
rel="stylesheet" type="text/css" />

You can change /base/ in that last line to any of the theme names in the
ThemeRoller gallery ( http://themeroller.com/ ). Here are some examples:

Sunny Theme: http://jsbin.com/evanu

Flick Theme: http://jsbin.com/utito

Humanity Theme: http://jsbin.com/oviwa

and also if you want to preview all the different themes:

Themeswitcher: http://jsbin.com/ifine

If you have any more questions about the jQuery UI Datepicker plugin, note
there's a dedicated list for jQuery UI questions:

http://groups.google.com/group/jquery-ui

Thanks.

- Richard


[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Andrew243

Hi Charlie,

The Google link works -- thanks, I did not understand how to contruct
the Google URL from their site.

What URL can I use to link to datepicker?

On Oct 19, 12:37 pm, Charlie  wrote:
> path for jQuery is right in link I showed you
>  src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js";>
> have to pull full UI.js if using Google but is probably better solution than 
> pulling from sites you are using now
> link on same page
> Andrew243 wrote:Hi Charlie, Thanks -- but what is the HTML to use Google for 
> jQuery and also for datepicker. I now use:  src="http://code.jquery.com/jquery-latest.js";> What is the 
> equivalent for Google, and what would it be for datepicker? A On Oct 19, 
> 11:31 am, 
> Charliewrote:http://code.google.com/apis/ajaxlibs/documentation/index.html#jqueryusing
>  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 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 
> triedhttp://view.jquery.com/trunk/plugins/datepicker/jquery.datepicker.js, 
> but that is not correct. My hosting service does doesn't have gzip 
> compression enabled, so I need to access it via a server that does. I'me very 
> new to jquery, so please provide the full URL I should use for the script 
> src. Thanks


[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Charlie





path for jQuery is right in link I showed you
"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js">

have to pull full UI.js if using Google but is probably better solution
than pulling from sites you are using now

link on same page

Andrew243 wrote:

  Hi Charlie,

Thanks --  but what is the HTML to use Google for jQuery and also for
datepicker.

I now use:
  "http://code.jquery.com/jquery-latest.js">

What is the equivalent for Google, and what would it be for
datepicker?

A

On Oct 19, 11:31 am, Charlie  wrote:
  
  
http://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 have treeview working using src="" class="moz-txt-link-rfc2396E" href="http://dev.jquery.com/view/trunk/plugins/treeview/jquery.treeview.js">"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 triedhttp://view.jquery.com/trunk/plugins/datepicker/jquery.datepicker.js, but that is not correct. My hosting service does doesn't have gzip compression enabled, so I need to access it via a server that does. I'me very new to jquery, so please provide the full URL I should use for the script src. Thanks

  
  
  






[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Andrew243

Hi Charlie,

Thanks --  but what is the HTML to use Google for jQuery and also for
datepicker.

I now use:
  http://code.jquery.com/jquery-latest.js";>

What is the equivalent for Google, and what would it be for
datepicker?

A

On Oct 19, 11:31 am, Charlie  wrote:
> http://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 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 
> triedhttp://view.jquery.com/trunk/plugins/datepicker/jquery.datepicker.js, 
> but that is not correct. My hosting service does doesn't have gzip 
> compression enabled, so I need to access it via a server that does. I'me very 
> new to jquery, so please provide the full URL I should use for the script 
> src. Thanks


[jQuery] Re: Where to access datepicker?

2009-10-19 Thread Charlie





http://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 have treeview working using src="" class="moz-txt-link-rfc2396E" href="http://dev.jquery.com/view/trunk/plugins/treeview/jquery.treeview.js">"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 hosting service does doesn't have gzip
compression enabled, so I need to access it via a server that does.

I'me very new to jquery, so please provide the full URL I should use
for the script src.

Thanks

  






[jQuery] Re: Where to access datepicker?

2009-10-19 Thread waseem sabjee
Hi, try the jquery UI
http://jqueryui.com/
they have a datepicker ther
When you donwload
you can look under development-bundle/demos/datepicker

On Mon, Oct 19, 2009 at 3:07 PM, Andrew243  wrote:

>
> 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 hosting service does doesn't have gzip
> compression enabled, so I need to access it via a server that does.
>
> I'me very new to jquery, so please provide the full URL I should use
> for the script src.
>
> Thanks