What is jQuery?
Q: What is jQuery?
A: jQuery is a JavaScript library created to make it easier and simpler to write JavaScript and HTML.
Q: Who invented jQuery?
A: John Resig invented jQuery.
Q: When was the first release of jQuery?
A: The first release of jQuery was in January 2006 at BarCamp NYC.
Q: Who leads the team of programmers working on jQuery today?
A: Dave Methvin leads the team of programmers working on jQuery today.
Q: How popular is jQuery?
A: More than 55% of the 10,000 most-visited websites use jQuery, making it the most popular JavaScript library being used today.
Q: Is there a cost associated with using jQuery?
A: No, there is no cost associated with using jQuery as it is free and open source software licensed under the MIT License.
Q: What are some things that are easier to do using jquery?
A: Some things that are easier to do using jquery include navigating (moving around) a web page, selecting (choosing) elements on a web page using the Document Object Model, creating animations, handling events like user actions, creating Ajax applications and making their own jquery plug-ins.