Re: [jQuery] superfish joomla

2010-02-27 Thread Charlie
Try removing the window.load function, it makes no sense to bind the different menu functions to different page load events jQuery.noConflict(); jQuery(function($){ // this is document ready $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800,

[jQuery] Re: FOUND THE SOLUTION FOR ROUNDIES FOR IE8 !!!!!!

2010-02-27 Thread Erik
I looked at and I still like the easy tag... Erik On Feb 26, 8:24 am, Cesar Sanz the.email.tr...@gmail.com wrote: this IS interesting!! Some geeks works fine! - Original Message - From: Vikas Patidar vikaspatel.25111...@gmail.com To: jquery-en@googlegroups.com Sent: Thursday,

[jQuery] Re: Accordion help ....

2010-02-27 Thread Erik
Thanks nathan... Where would I place this in this? $(function() { $(#accordion).accordion({ autoHeight: true, header: '.subcat' }); { $(this).removeClass(ui-state-active); } Is this the correct format? Erik On Feb 26, 3:56 pm, Nathan Klatt n8kl...@gmail.com wrote: On Fri,