Re: [jQuery] jquery ui tabs - screen jumps to top when clicked

2010-02-11 Thread Kai-Bone
I was having this problem with jquery-ui-1.8rc1.custom.min but found a quickfix solution and the cause of the problem, but I'm not quite sure what the real fix is. The problem: The fx: calls inside the .tabs call: $().tabs({ fx: { opacity: 'toggle' } }); The solution: Remove all fx: calls so you

[jQuery] jquery ui tabs - screen jumps to top when clicked

2008-10-25 Thread Ed
I have jquery ui tabs at the bottom of my page. When a tab is clicked, the screen jumps/scrolls to top. How can I prevent this?