tabs: Selecting tabs "jumps" the page.

tabs: Selecting tabs "jumps" the page.


I know that tabs are essentially anchors. Is there no way to select a
tab without making the page "jump" down to it?
Even if I go this route:
var stuff = $('##tabs').tabs();
stuff.tabs('select', '#tabselection');
It's still making the page jump down to the anchor.