I think I summed up the question in the title. Here is another development ...
I have a web user control that is used in several places, sometimes more than once on a given page.
The web user control has a certain set of JavaScript functions (mostly jQuery code) that are contained in * .js files and are automatically inserted in the page headers.
However, when I want to use the control more than once on the page, the * .js files are included in the number "n" times and, true, the browser gets confused as to which control it should execute which works.
What do I need to do to solve this problem? I look at it all day, and I'm at a loss.
All comments were greatly appreciated.
Jason
source share