[jQuery] Re: serialScroll option : start --> no effect

2009-04-29 Thread Niels
Ariel, Thanks for your support. but no luck: http://www.egoactive.com/transfer/jquery-demo/#technical/django changed items:'li', To items:'li.section', and removed the list items within the panes Do you have another suggestion? On Apr 24, 5:54 pm, Ariel Flesler wrote: > Your

[jQuery] Re: serialScroll option : start --> no effect

2009-04-24 Thread Ariel Flesler
Your 'items' selector ('li') is not JUST matching the panes, but other LIs as well. The plugin is indeed scrolling to the forth LI within the container. Cheers On Fri, Apr 24, 2009 at 2:37 PM, Niels wrote: > > Sorry for my late response. > > here is the demo: > > If you click on: > http://www.e

[jQuery] Re: serialScroll option : start --> no effect

2009-04-24 Thread Niels
Sorry for my late response. here is the demo: If you click on: http://www.egoactive.com/transfer/jquery-demo/#technical/django It shouls scroll to item # 3... As we defined in de serialScroll methode (interfase.js): start: 3 Thanks in advance On Apr 14, 1:16 am, Ariel Flesler wrote: > Can

[jQuery] Re: serialScroll option : start --> no effect

2009-04-13 Thread Ariel Flesler
Can you provide a demo online ? Cheers -- Ariel Flesler On Apr 10, 6:17 am, Niels wrote: > We're using the serialScroll method and using some of the options. > Only the option start has no effect. > > We want to scroll at the start to element 2 and not to the default > position 0 > > Suggestion