Many js scripts
Many js scripts
I have started to use JQuery through out my site and now I have the
following being used:
<script type="text/javascript" src="/include/JS/jquery-1.3.2.min.js"></
script>
<script type="text/javascript" src="/include/JS/jquery-
ui-1.7.2.custom.min.js"></script>
<script type="text/javascript" src="/include/JS/jquery.cookie.js"></
script>
<script type="text/javascript" src="/include/JS/
jquery.tools.min.js"></script>
But I have found that different pages throughout my site use
different Master pages and some don't use one at all (I am using a
CMS) and because my JQuery is mostly used in User controls it could be
on any one of these pages.
So i have had to add the above script tags to a whole range of
different pages which is getting hard to manage.
Is there some way I can consolidate all this into one js file maybe
and call it at the top of another js file (because there is one that
is already reference in every location.