What did you download? There is the main jquery library (plain,
minified, etc.) and there's all the UI stuff. If you want to use the
UI widget/effect libraries you'll have to get them separately.
However, you can get them as prepackaged bundles based on the things
you want:

http://ui.jquery.com/download

Just check the items you want, choose the version (on the right) and download.

You can also use the "Complete developer bundles" at top to grab
everything at once as separate files.

On Fri, Feb 6, 2009 at 11:50 AM, rontivo <christensen....@gmail.com> wrote:
>
> I just stumbled across jQuery - I'm very impressed with what I've seen
> on the site.  In my case my interest was sparked by a desire to put a
> floating dialog on our site.  I've downloaded jQuery, and I was able
> to copy the code from the sample and get a dialog to show up, but I
> notice that the sample code includes the following lines:
>
> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/
> ui.core.js"></script>
> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/
> ui.dialog.js"></script>
> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/
> ui.resizable.js"></script>
> <script type="text/javascript" src="http://ui.jquery.com/testing/ui/
> ui.draggable.js"></script>
>
> I was expecting the download to either contain all of the necessary
> code, or to expand to a set of files, and I would include the
> appropriate files from that directory.  I'd like to have the code
> hosted on my server, rather than referring to version on the jquery
> servers.
>
> I'm obviously missing something in my efforts to download jQuery to my
> server.  A little help getting me pointed in the right direction would
> be appreciated.
>
> Thanks,
> -Ron
>

Reply via email to