[jQuery] Re: Question about Anchor-based URL navigation with jQuery

2008-10-30 Thread Ariel Flesler
You can probably use one of these plugins (or both combined). http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html http://flesler.blogspot.com/2008/02/jqueryserialscroll.html The first one should do, but you can apply the 2nd for prev/next navigation. -- Ariel Flesler

[jQuery] Re: Question about Anchor-based URL navigation with jQuery

2008-10-30 Thread McKaulick
Thank you for your reply Ariel, actually I found the bug. From the trigger, I am calling 3 javascript function and when the page was loading, there's an element who was undefined, therefore it was creating a javascript error that was stopping the good execution of the trigger function. This quick