I'm rendering a couple of tabs using tabs_render() in hook_preprocess_node()

This works, but when clicking between the tabs, the current tabs content doesn't get hidden using the .ui-tabs-hide class. So i end up with a list of the content one after another under any of the tabs as nothingis getting hidden as i switch tabs.

Comments

shunting’s picture

Same here.

UPDATE Making sure I had no duplicate versions of Jquery UI, and the one I was using was the most current, solved this problem.

budda’s picture

@shunting

I'm using jQuery UI 6.x-1.3 with the 1.6 jui library.
Could you confirm what versions you've got to make it work?