Create jQuery.md

This commit is contained in:
Angelos Chalaris
2018-08-30 13:26:20 +03:00
committed by GitHub
parent f3ae522985
commit 2609c2608c

4
glossary/jQuery.md Normal file
View File

@ -0,0 +1,4 @@
### 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.