Files
30-seconds-of-code/glossary/jQuery.md
Angelos Chalaris 86c4d310df Create jQuery.md
2018-08-30 13:26:20 +03:00

5 lines
207 B
Markdown

### jQuery
jQuery is a frontend JavaScript library, that simplifies DOM manipulation, AJAX calls and Event handling.
jQuery uses its globally defined function, `$()`, to select and manipulate DOM elements.