I want to use javascript to modify the display of one module (module1) from another module (module2). That is to say, module2 has a couple of .js files and maybe a sort of "hook_theme_alter" function that are used to modify the display of some widgets in module1. module1, however, does not know the existence of module2. I cannot see the hook_theme_registry_alter can do this job.
Really weird thing is happening. I work as a Web Developer for an Communication agency.
I am working mainly in Drupal, but due to the nature of our industry there is a lot of peer checking and back/forth to clients.
With this I am receiving issues where I am making changes, but they aren't being seen by others. I know this is probably a cache... I this is definitely a cache issue, but I need a way to resolve this.
Is there some kind of module or browser add-on that can be downloaded to avoid this issue going forwards.
We use Genesis theme, the current xhtml version 7.x-1.1, for our site (www.incorporate.ca). It's an older theme, and with the current emphasis on making sites mobile friendly, we had some decisions to make. We've been looking at shifting to a newer theme, responsive and html5, but it's quite a task to put old wine into new wineskins.