From 86c4d310df66bcd35a7c967752117ac78ad4bbac Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Thu, 30 Aug 2018 13:26:20 +0300 Subject: [PATCH] Create jQuery.md --- glossary/jQuery.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 glossary/jQuery.md 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.