I'm currently working on a clients StoreFront site, and we are using jQuery tabs to open certain information at the bottom of their pages. Basically, it tells pricing and has samples in two different tabs. As of now, if you click a tab, it opens and does not scroll to the very bottom, so there's like an inch of space they have to scroll to view it all. I'm interested in having it so that when a viewer clicks the tab, it will automatically scroll to the bottom so they do not have to scroll down to view it all.
This is what I have so far:
Then I have a div at the bottom of each section with an id of 'bottom' but this does not seem to work. Does anyone have any idea how I could possibly make this work?