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

quicksketch’s picture

I'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).

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of response.