My site is running the following modules:
CCK 6.x-2.8
Views 6.x-2.11
Views tabs 6.x-1.0-beta1
Tabs 6.x-1.3

I am able to create a views tabs and the content is loaded on the page load however the tabs and views content is never displayed because the following JS is running from system.css?H (line 491)

html.js .js-hide {
display:none;
}

The views tabs works great when I disable all javascript with Firebug in FF.

How would I get .js-hide from being called when the view is displayed?

Comments

gadams’s picture

$(".drupal-tabs:not(.tabs-processed)", context).find("> ul").tabs is not a function
In firebug I receive that error.

jdwfly’s picture

Looks like you are missing some javascript includes. Ensure that you have all the required modules enabled and configured properly.