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

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -