Can you do this in jQuery?
Hi Group
Is it possible using jQuery to click on a link on Page A which loads Page B in the same window, and once Page B loads, it scrolls down to a specific DIV?
So for example:
on page A, I have a link called "How to find us" You click on that, it loads page B and then it scrolls down that page to a DIV which contains a map showing my location.
I'm guessing you pass a variable in the URL and then get jQuery to action it using the scrollTo function but I have no idea what the correct process/syntax would be.
Any help would be very much appreciated.
Thanks in advance
Vic