jQuery anchor to the bottom

jQuery anchor to the bottom

I've recently started using jQuery on a site I am building for a client, and the tabs they are using are at the bottom of the page. I am interested in having the page automatically focus to the very bottom when they click a tab. As of now, it moves up so you only see the tab, and you have to scroll down to see the information.

Does anyone have any idea how I can accomplish this? JavaScript perhaps?