Re: [jQuery] Installing jQuery to use jQuery UI

2009-11-01 Thread Charlie
jQuery UI is an extension/plugin of jQuery and relies on using the functions in jQuery. when you download or look at source of any of the UI demos you'll see the UI script tags in the head. Always preceding those script tags is jQuery.js. The reason it must be preceding is that the UI functio

Re: [jQuery] Installing jQuery to use jQuery UI

2009-11-01 Thread Andrei Eftimie
1. Download jQuery from http://jquery.com/ 2. Download jQuery UI via the theme roller here (select only the components that you need) http://jqueryui.com/download 3. Load them in your HTML file like this 4. Use them On Sun, Nov 1, 2009 at 8:07 AM, northernLights wrote: > Hi all, > > I'm tryin

[jQuery] Installing jQuery to use jQuery UI

2009-11-01 Thread northernLights
Hi all, I'm trying to use the jQuery library. I want to use the accordion and tabs widgets for a class project. I'm teaching myself javascript DOM scripting and I found out about jQuery. I have downloaded the jQuery UI downloads, but according to a post I received on the jquery UI discussion bo