Apr 02, 2012
- 2012-04-02 18:00
Using jQuery.noConflict()
I cover exactly what the following line (taken from this site's source code) does:
<script type="text/javascript" src="/js/jquery-1.7.1.min.js"></script>
<script type="text/javascript">var $j = $.noConflict(true);</script>What this does, and why it's useful, after the break...