Forum Moderators: open
It requires three external javascript files to operate:
<script type="text/javascript" src="calendar.js"></script>
<script type="text/javascript" src="lang/calendar-en.js.js"></script>
<script type="text/javascript" src="calendar-setup.js"></script>
Is there anyway I can call one external javascript file...
<script type="text/javascript" src="calendar-ALL.js"></script>
and within that single external file (calendar-ALL.js) call the other three external javascript files?
I remember reading about a method to include an external javascript file within another external javascript file, but my searches turned empty.
Finally, does using such a method have any downside/bugs, such as caching problems?