From 1bb288155caf81b8c436e7d2f10421c2c08e78c4 Mon Sep 17 00:00:00 2001 From: ven Date: Tue, 6 Sep 2016 10:29:48 +0200 Subject: fixup --- jquery.html.markdown | 14 +++++++------- 1 file 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 -- cgit v1.2.3