/ Published in: JavaScript
as the google load command is reported to be defunct this is a current failproof way to load jquery from the cdn
Expand |
Embed | Plain Text
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script type="text/javascript"> if (typeof jQuery == 'undefined') { document.write('<script type="text/javascript" src="jquery.js"><\/script>'); } </script>
You need to login to post a comment.
