[jQuery] Re: Superfish loading problem

2008-09-22 Thread macleo
I found this problem when I using smarty with jquery .. but I have not sloved this problem,whatever I using 1st method or 2nd method.. so I give up jQuery althrough jquery very cool...

[jQuery] Re: Superfish loading problem

2008-09-22 Thread ricardobeat
Are you using any other Javascript library in the same page? smarty works server-side, there is no reason to conflict with jQuery unless you're doing something wrong. A working html example would help! On Sep 22, 2:11 pm, macleo [EMAIL PROTECTED] wrote: I found this problem when I using smarty

[jQuery] Re: Superfish loading problem

2008-08-27 Thread glowens
I figured out the problem. Well, most of it. 1st I needed to use jQuery.noConflict to get around the $ issue. The code is var $jQ = jQuery.noConflict(); var $jQ = jQuery; $jQ(document).ready(function(){ $jQ(ul.sf-menu).superfish({