#readme
- drop the two script blocks into your html
- first script block is for linking up with your choice of cdn
- second script block checks for the jQuery object and lays in the local script block if it doesn't exist.
| <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | |
| <script>window.jQuery || document.write('<script src="/static/js/jquery-1.7.2.min.js"><\/script>')</script> |