Answers for "what is jquery used for"

1

what is jquery

Q: What is jQuery?
  
A: jQuery is a JavaScript library designed to simplify HTML DOM tree traversal
and manipulation, as well as event handling, CSS animation, and Ajax. It is
free, open-source software using the permissive MIT License. As of May 2019,
jQuery is used by 73% of the 10 million most popular websites
Posted by: Guest on March-05-2021
-1

jquery

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
new 3.5.1
Posted by: Guest on January-05-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language