I'm assuming you downloaded from the download builder page:

http://jqueryui.com/download

and I'll further assume since you only want to add tabs to your page, that
that's the only component you selected (which will automatically select any
other dependent pieces - UI Core, and a theme - the default theme is
Smoothness). So in your zip you've now got

/css/
/css/smoothness/jquery-ui-1.7.custom.css
/css/smoothness/images/
/js/jquery-1.3.2.min.js
/js/jquery-ui-1.7.custom.min.js
/index.html
/development-bundle/...

index.html contains a simple demo page to get you started. It references the
css, images, and 2 js files in /css and /js.

If all you want to do is add a set of tabs to your webage, that's all you
need, you can safely ignore or delete the development-bundle folder. It
contains the full uncompressed source, as well as offline documentation and
demos for the components you selected.

See also

http://jqueryui.com/docs/Getting_Started

- Richard

On Sat, Mar 14, 2009 at 6:19 AM, Björn B <[email protected]> wrote:

>
> I just downloaded jQuery UI and find there are countless files in the
> zip archive -  which ones are necessary to add a set of tabs to my
> webpage?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to