Active
Project:
Views Tabs
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Oct 2010 at 05:49 UTC
Updated:
8 Nov 2010 at 22:50 UTC
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
Comment #1
gadams commented$(".drupal-tabs:not(.tabs-processed)", context).find("> ul").tabs is not a function
In firebug I receive that error.
Comment #2
jdwfly commentedLooks like you are missing some javascript includes. Ensure that you have all the required modules enabled and configured properly.