/ Published in: jQuery
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script type="text/javascript"> if (typeof jQuery == 'undefined')//jquery CDN fallback { document.write(unescape("%3Cscript src='jquery.1.5.1.min.js' type='text/javascript'%3E%3C/script%3E")); } </script>