Files
30-seconds-of-code/glossary/jQuery.md
2019-08-13 11:19:29 +03:00

8 lines
231 B
Markdown

---
title: jQuery
tags: 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.