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

231 B

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