Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jan 2009 at 00:06 UTC
Updated:
3 Apr 2009 at 07:15 UTC
http://www.dustindiaz.com/namespace-your-javascript/
this module's JS tends to run last in a node but sometimes it's affected all previous JS.
Can you namespace the JS functions so they do clash with previous JS please.
Comments
Comment #1
quicksketchI'm not sure what's requested here. We're already namespaced inside of Drupal.verticalTabs. Then within verticalTabs, each item is named according to the field element it affects. Since you can't have 2 elements with the same name in the root level of a form, there shouldn't ever be conflicts (unless you want to override the function to make it do something else).
Comment #2
quicksketchClosing after lack of response.