Jquery.address Page Jump Issue In Scrolling Scenarios: $.address.wrap()?
How to use the 'wrap' method of jquery.address? I'm trying to avoid page scrolling jump when i call the $.address.change(fn). Jquery.address add # to my url so by default page sudd
Solution 1:
I have never used wrap()
before, but avoided scrolling with return false;
at the end of the $.address.change(fn)
.
Post a Comment for "Jquery.address Page Jump Issue In Scrolling Scenarios: $.address.wrap()?"