What is the difference between JQuery and JQuery Plugin? -


I have heard that some people only call JQuery, while other JQuery plugin, when I googled, I actually understood the difference Did not get what they are like?

Javascript is a collection of jQuery functions (usually called a framework or library) to write Makes easy (for most people)

A jQuery plugin has some code which depends on jQuery to work.

Therefore, if you use a jQuery plugin on your website, you will also need to include the jQuery framework, but there is no plugin required to do jQuery work.

Comments