cheatsheets/jquery-cdn.md

12 lines
195 B
Markdown

---
title: jQuery CDN
category: JavaScript libraries
tags: [Archived]
---
### Google jQuery
```html
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
```