What is JQuery?

JQuery is a popular JavaScript framework, arguably the first productive framework for the web. JQuery hides some of the underlying complexity present in web development, particularly abstracting browser apis and quirks. Although newer frameworks have emerged, such as Angular, React, and Vue, JQuery remains widely used.

edit