JQuery UI Tabs Causing Screen to “Jump”
I'm using the latest version of the jQuery UI tabs . I have tabs positioned toward the bottom of the page. Every time I click a tab, the screen jumps toward the top. How can I prevent this from happening? Please see this example: http://5bosses.com/examples/tabs/sample_tabs.html If you're animating your tab transitions (ie. .tabs({ fx: { opacity: 'toggle' } }); ), then here's what's happening: In most cases, the jumping isn't caused by the browser following the '#' link. The page jumps because at the midpoint of the animation between the two tab panes, both tab panes are fully transparent and