[jQuery] Re: Release: Accordion 1.5

2007-08-31 Thread jman
Hi, I am fairly new to jQuery in general, so this question might have been answered somewhere along the way. I have a problem using the accordion plugin with the interface plugin. They don't interact, just including the interface.js file on the same page makes the accordion stop working. It

[jQuery] Re: Release: Accordion 1.5

2007-08-30 Thread Glen Lipka
In the real world, things dont always happen instantly. A sliding door (like on Star Trek) opens with a whoosh. I am sure they could have built a door shield that was opened instantly rather than a whooshing door. Especially with their futuristic technology. However, people like the whoosh.

[jQuery] Re: Release: Accordion 1.5

2007-08-29 Thread Brandon Aaron
Firebug has a tendency to say that every once in a while. Restart Firefox and see if it still has the error. -- Brandon Aaron On 8/29/07, Erin Doak [EMAIL PROTECTED] wrote: It's late and maybe I'm wrong but there seems to be an infinite recursion error (Firebug says too much recursion) when

[jQuery] Re: Release: Accordion 1.5

2007-08-27 Thread Dragan Krstic
Hi Jorn, Well, so far that was intended to be a feature, not a bug. The combination of long-running animations with hover is annoying, right. But it is also annoying when the accordion keeps changing on each mouse move, even when you didn't intend to get a different chunk. Fixing it isn't

[jQuery] Re: Release: Accordion 1.5

2007-08-27 Thread Olmo
The hover bug in the home page is not an actual MooTools bug. It has to do with the layout of the page. There's a demo at: http://demos.mootools.net/Fx.Elements that you won't see the problem. :). -Olmo M. On Aug 26, 5:36 pm, Ganeshji Marwaha [EMAIL PROTECTED] wrote: In my opinion (and only

[jQuery] Re: Release: Accordion 1.5

2007-08-27 Thread Jörn Zaefferer
Brian Cherne schrieb: Jörn, how hard would it be to incorporate hoverIntent? It would be extremely easy if hoverIntent were implemented as a custom event. I guess adding support for that within hoverIntent is very easy, so thats the approach I'd prefer. I'll see what can be done about that.

[jQuery] Re: Release: Accordion 1.5

2007-08-27 Thread Jörn Zaefferer
Jörn Zaefferer schrieb: Brian Cherne schrieb: Jörn, how hard would it be to incorporate hoverIntent? It would be extremely easy if hoverIntent were implemented as a custom event. I guess adding support for that within hoverIntent is very easy, so thats the approach I'd prefer. I'll see

[jQuery] Re: Release: Accordion 1.5

2007-08-26 Thread Ganeshji Marwaha
Jörn, this is fantastic... very re-usable as well.. I have a question/suggestion though... When i hover over one of the items, and before the animation completes if i hover over another item, the animation for the second item doesn't occur. Now, i will have to move my mouse out of that item and

[jQuery] Re: Release: Accordion 1.5

2007-08-26 Thread Jörn Zaefferer
Ganeshji Marwaha schrieb: Jörn, this is fantastic... very re-usable as well.. I have a question/suggestion though... When i hover over one of the items, and before the animation completes if i hover over another item, the animation for the second item doesn't occur. Now, i will have to

[jQuery] Re: Release: Accordion 1.5

2007-08-26 Thread Ganeshji Marwaha
In my opinion (and only my opinion) i think that it is kinda disturbing if we hover on one item and immediately if we hover on another item, the accordian doesn't open for the second item. If you look at the mootools.net home page, you see the kwick(horizontal acoordian). I am working on

[jQuery] Re: Release: Accordion 1.5

2007-08-26 Thread Brian Cherne
Jörn, how hard would it be to incorporate hoverIntent? Brian. On 8/26/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: Ganeshji Marwaha schrieb: Jörn, this is fantastic... very re-usable as well.. I have a question/suggestion though... When i hover over one of the items, and before the

[jQuery] Re: Release: Accordion 1.5

2007-08-25 Thread Jörn Zaefferer
Jack Killpatrick schrieb: Jörn, happy to have this, thx! Question: is it possible to set the height of individual accordion panels? Perhaps that goes against the grain of an accordion's bottom edge staying in place, but in my use case it would be ok if the bottom moved up and down as the

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Alexandre Plennevaux
wooot, Jörn, that's slick, bravo ! _ From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: vendredi 24 août 2007 23:03 To: jQuery Discussion. Subject: [jQuery] Release: Accordion 1.5 I'm happy to present you a new release of my Accordion

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Josh Nathanson
Great job Jörn! I see you got my wizard implementation in there...your code is of course super slick compared to mine! Love the new animations. -- Josh - Original Message - From: Jörn Zaefferer To: jQuery Discussion. Sent: Friday, August 24, 2007 3:03 PM Subject: [jQuery]

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Mike Alsup
Sweet, Jörn. It looks great! On 8/24/07, Jörn Zaefferer [EMAIL PROTECTED] wrote: I'm happy to present you a new release of my Accordion menu plugin for jQuery. Thanks to some essential help from John Resig on animations, this

[jQuery] Re: Release: Accordion 1.5

2007-08-24 Thread Jack Killpatrick
Jörn, happy to have this, thx! Question: is it possible to set the height of individual accordion panels? Perhaps that goes against the grain of an accordion's bottom edge staying in place, but in my use case it would be ok if the bottom moved up and down as the user moved through the panels.