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