Boilerplate js file calling methods

shaddychieved

New Member
\[code\]<script src="http://stackoverflow.com//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script>window.jQuery || document.write('<script src="http://stackoverflow.com/questions/14054773/js/vendor/jquery-1.8.3.min.js"><\/script>')</script>\[/code\]Boilerplate js file calling methods\[code\] 1- Why calling two times on the same file..? 2- What is the different second one calling method..?\[/code\]
 
Back
Top