/ Published in: jQuery
![](/img/icon_sav.png?v3)
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<!-- jQuery Google CDN hsoted with local fallback, weird doc.write slashes explained here http://www.codehouse.com/javascript/articles/external/ --> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> if (typeof jQuery == 'undefined') { document.write('<script src="', 'js/jquery-1.4.1.min.js', '" type="text/JavaScript"><\/script>'); } </script>
Comments
![RSS Feed for Comments RSS Icon](/images/rss.png?v3)