path for jQuery is right in link I showed you <script type="text/_javascript_" src="" class="moz-txt-link-rfc2396E" 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"></script> 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: <script src="" class="moz-txt-link-rfc2396E" href="http://code.jquery.com/jquery-latest.js">"http://code.jquery.com/jquery-latest.js"></script> What is the equivalent for Google, and what would it be for datepicker? A On Oct 19, 11:31 am, Charlie <charlie...@gmail.com> 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] Where to access datepicker? Andrew243
- [jQuery] Re: Where to access datepicker? waseem sabjee
- [jQuery] Re: Where to access datepicker? Charlie
- [jQuery] Re: Where to access datepicker? Andrew243
- [jQuery] Re: Where to access datepicker? Charlie
- [jQuery] Re: Where to access datepicker? Andrew243
- [jQuery] Re: Where to access datepi... Richard D. Worth