Is there a way to wait until the jquery library has loaded until we execute other external javascript files, so wait for this to completely load:
<script type="text/javascript" src="jquery-1.7.2.js"></script>
then load other files such as:
<script type="text/javascript" src="campaign_winter_2013/bg_outerwear/js/main.js"></script>
<script type="text/javascript" src="campaign_winter_2013/bg_outerwear/js/mousePosSlide.js"></script>
The problem being I am integrating code in a platform and the jquery library is loaded before my scripts.