On Sun, Feb 15, 2009 at 1:05 PM, FredJones <[email protected]>wrote:

>
> > Fixed. The way you saw it, the demo had already been updated to match the
> > trunk (a header option is not needed to be specified in most cases) but
> docs
> > demos run on the latest preview release (currently 1.6rc6), which doesn't
> > have this fix yet.
>
> Great. Thanks.
>
> > Can you share a code sample demonstrating what you're describing above?
> That
> > sure would help us see what you're seeing.
>
> I see that I forgot to point out that the code uses mouseover for the
> action. I tried to remove from a very large page just this section,
> but now even just the accordion part doesn't work:
>
> http://tinyurl.com/bg5amc


That page is referencing a pretty old version of jQuery, 1.0.4 (see
jQuery.fn.jquery) though the jquery.js file header doesn't seem to match
that, saying "// $Id: jquery.js,v 1.6 2006/12/23 21:46:35 dries Exp $".
Either way, it's quite old and unsupported, especially if you want to make
use of jQuery UI. There are currently two supported version of the jQuery UI
Accordion

jQuery UI 1.5.3 (stable) compatible with jQuery 1.2.6
jQuery UI 1.6rc6 (preview) compatible with jQuery 1.3+


>
> This is the basic idea. I missed something, but when the accordion
> works, if you open the BBB section and put the mouse on 666 and move
> up fast to AAA (meaning 555 then 444 then BBB then AAA) then b/c the
> AAA open even happens before the BBB close event animation finishes,
> AAA never opens.
>
> Sorry for not even getting it right. I am inheriting someone else's
> code and it's a bit of a mess--I wouldn't even use this
> ui.accordion.min.js file but until I can get a handle on his whole
> system, I don't want to mess with it.


I can't tell which version of jQuery UI Accordion you're trying to use. I
see evidence in that file (ui.accordion.min.js) of UI Core, UI Accordion,
and UI Tabs. Such a file would usually be named something like
jquery-ui-personalized-1.5.3.min.js, to that it's clear there's more inside
than just Accordion. For example, here are a few different options for
scripts to include on the page to use accordion:

jquery.js
jquery.ui.all.js

or

jquery.js
jquery-ui-personalized.js

or

jquery.js
ui.core.js
ui.accordion.js
ui.tabs.js

When I first saw that filename (ui.accordion.min.js) I assumed it was just
the accordion, so I was thinking you might be missing the ui.core.js file,
but it looks like it's inside there.

- Richard

--~--~---------~--~----~------------~-------~--~----~
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