summaryrefslogtreecommitdiffhomepage
path: root/jquery.html.markdown
diff options
context:
space:
mode:
authorven <vendethiel@hotmail.fr>2016-09-06 10:29:48 +0200
committerGitHub <noreply@github.com>2016-09-06 10:29:48 +0200
commit1bb288155caf81b8c436e7d2f10421c2c08e78c4 (patch)
tree1e041501b32a946422775078888c34f32925ed0d /jquery.html.markdown
parent72494f0cd5fd123f241f39a40e9588e26ca02957 (diff)
fixup
Diffstat (limited to 'jquery.html.markdown')
-rw-r--r--jquery.html.markdown14
1 files changed, 7 insertions, 7 deletions
diff --git a/jquery.html.markdown b/jquery.html.markdown
index 25bb0d29..013b75d7 100644
--- a/jquery.html.markdown
+++ b/jquery.html.markdown
@@ -1,14 +1,14 @@
---
-category: library
-+library: jquery
-+contributors:
-+ - ["Sawyer Charles", "https://github.com/xssc"]
-+filename: jquery.js
-+---
+category: tool
+tool: jquery
+contributors:
+ - ["Sawyer Charles", "https://github.com/xssc"]
+filename: jquery.js
+---
jQuery is a JavaScript library that helps you "do more, write less". It makes many common JavaScript tasks and makes them easier to write. jQuery is used by many big companies and developers everywhere. It makes AJAX, event handling, document manipulation, and much more, easier and faster.
-Because jQuery is a JavaScript library you should [learn JavaScript first](https://github.com/adambard/learnxinyminutes-docs/blob/master/javascript.html.markdown)
+Because jQuery is a JavaScript library you should [learn JavaScript first](https://learnxinyminutes.com/docs/javascript/)
```js