[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Joel Birch
On 10/4/07, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: > I'll need some time to study it more. Its a great thing for me to learn to > write better jQuery and js code. > -Olivier You're welcome Olivier. It's my bedtime now, but tomorrow I might get time to put some comments through the cod

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Olivier Percebois-Garve
I'm very impressed Joel. I'll need some time to study it more. Its a great thing for me to learn to write better jQuery and js code. I guess that the following lines : (function($){ $.fn.applyNavPath = function(o){ o = $.extend({ have something to do with getting the jQuery

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Joel Birch
On 10/4/07, Olivier Percebois-Garve <[EMAIL PROTECTED]> wrote: > The first one highlights the item currently selected. I works pretty well, > and could be improved to handle types sort of url. > > $('.nav li a').each(function(){ > href = $(this).attr('href').split('/'); > href

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Olivier Percebois-Garve
Thanks guys I solved the issue just before leaving yesterday at 18 o'clock (15 hours ago) and could not check your answers at home in the meaning time. My issue was due to a duplicate call to the menu. Still thanks a lot Joel for pointing me to the error in the params I use. BTW, I have 2 piece of

[jQuery] Re: My Superfish disappears for no reason

2007-10-04 Thread Joel Birch
On 10/4/07, Giuliano Marcangelo <[EMAIL PROTECTED]> wrote: > Have just checked the menu .but now this behaviour is not > occuring...menu works 100% correctly Great, thanks for looking into that for us Giuliano, I really appreciate it. Cheers Joel Birch.

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Giuliano Marcangelo
Joel, Have just checked the menu .but now this behaviour is not occuring...menu works 100% correctly On 03/10/2007, Joel Birch <[EMAIL PROTECTED]> wrote: > > > Giuliano: That's an interesting point of data to have, so thanks for that. > > Olivier: although I couldn't replicate

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Joel Birch
Giuliano: That's an interesting point of data to have, so thanks for that. Olivier: although I couldn't replicate the problem you described, I did notice that the code to initialise Superfish is wrong. You have this: $(document).ready(function(){ $(".nav").superfish({animation : { opacit

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Giuliano Marcangelo
Joel, had a look at this issue this afternoon on an "old" work machine (W2000) with a very low spec, and this behaviour that Olivier mentioned occured mainly when hovering on the "Nos Magasins" tab.. will check fully tomorrow (working on GMT) so about 12 hours or so from now :-) On

[jQuery] Re: My Superfish disappears for no reason

2007-10-03 Thread Joel Birch
Hi Olivier, I checked your menu in IE6, IE7, Mac FF 2.0.0.7, and Safari 2.0.4 and I could not replicate your issue. It all just works fine on my end. Tasty looking site too. Can anyone else here replicate the problem? Joel Birch.