Closed (fixed)
Project:
Tabs (jQuery UI tabs)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 May 2009 at 18:03 UTC
Updated:
12 Jul 2009 at 17:04 UTC
Jump to comment: Most recent file
Comments
Comment #1
nedjoThere's probably a Javascript error being triggered. Try to identify it using a debugger.
Comment #2
RobertPope commentedThis is the error I found:
Error: $(".drupal-tabs:not(.tabs-processed)", context).addClass("tabs-processed").each(function () {if ($(this).is(".tabs-navigation")) {Drupal.tabsNavigation(this);}}).find("> ul").tabs is not a function
Source File: http://www.ifspquality.net/sites/all/modules/tabs/tabs.js?u
Line: 23
Hope it helps!
Comment #3
nedjoLooks like your jquery.ui.tabs.js file may not be present?
Comment #4
RobertPope commenteddoes it need to be present on pages where the tabs are not being used?
Comment #5
RobertPope commentedgreat module - programmer learning curve - thanks Stella, you solved this problem too ;)
Comment #6
asak commentedHow...? ;)
was it related to jquery.ui.tabs.js?