[Proto-Scripty] Re: Magento....

2009-10-16 Thread Julius Seporaitis
Hi, try to change *class="section"* to *class="section allow".* On Fri, Oct 16, 2009 at 10:22 PM, Brian Williams wrote: > anyone out there do any work with Magento? It uses > Prototype/Scriptaculous. > I'm trying to implement a simple vertical accordion menu but just can't > seem to get it to w

[Proto-Scripty] Re: Problem with Prototype 1.6.1 (& solved)

2009-10-14 Thread Julius Seporaitis
l(e)).map(Element.extend); > > > > so it looks like this: > > > > if(typeof root == string) root = $(root); > > results = $A(root.querySelectorAll(e)).map(Element.extend); > > > > I hope this gets helpful to someone. > > > > Cheers, > &