cheatsheets/jquery-cdn.md

12 lines
195 B
Markdown
Raw Permalink Normal View History

2014-06-21 15:25:07 +02:00
---
title: jQuery CDN
2015-11-24 06:02:17 +01:00
category: JavaScript libraries
tags: [Archived]
2014-06-21 15:25:07 +02:00
---
### Google jQuery
```html
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
```