mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 21:52:31 +03:00
fixup
This commit is contained in:
parent
72494f0cd5
commit
1bb288155c
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
category: library
|
category: tool
|
||||||
+library: jquery
|
tool: jquery
|
||||||
+contributors:
|
contributors:
|
||||||
+ - ["Sawyer Charles", "https://github.com/xssc"]
|
- ["Sawyer Charles", "https://github.com/xssc"]
|
||||||
+filename: jquery.js
|
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.
|
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
|
```js
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user