Wondering if anyone can help me with the LocalScroll plugin:
I'm using the LocalScroll plugin and would like to programmatically unbind it from the nav links and target so that I can modify the set of links and the target, then rebind it. I tried using the lazy:true setting, but I found that I was not able to programmatically fire .click() events on the nav links (which I'm doing for some custom next/prev stuff) when lazy = true.
I'm thinking that if I can unbind it, then rebind it, what I'm trying to do will work. The functionality is a set of links/target that change after someone logs in (the login is performed via ajax, so the page does not reload).
If not unbinding/rebinding, maybe there's another/better way? Thanks, Jack