Tabs 3 and jQuery UI have me stumped
I apologize if this isn't the right place to post this, or if this is
an inanely stupid issue, but I literally cannot get Tabs to work.
I have used prior versions of Tabs with no problems... but trying to
get Tabs 3 working with jQuery UI is just a non-starter for me.
I have downloaded jQuery-1.2.6-min.js, and from the UI site I created
a personalized download with the core and tabs components... also
minified. I reference these two JS files in my head, insert the
script code for instantiating the tabs ( $("#example > ul").tabs(); ),
created the necessary div and ul elements to create the HTML structure
for the tabs, and copied the (old) CSS code into my Styles.css file.
No go.
The documentation for Tabs at http://docs.jquery.com/UI doesn't seem
to relate to the files that are available for download (i.e.
referencing ui.core.js and ui.tabs.js - aren't these now included in
the single file of my personalized UI download?).
What am I missing (other than the brain-power to get this working
myself)?
I really appreciate any help you can offer.