diff --git a/glossary/jQuery.md b/glossary/jQuery.md new file mode 100644 index 000000000..662538836 --- /dev/null +++ b/glossary/jQuery.md @@ -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.