Difference Between JQuery and JavaScript - Digitizemozhi
JQuery and Javascript:
JQuery: JQuery is more user-friendly only a few lines of code have to write in order to have its functionality.
Javascript:JavaScript can be a burden over a developer as it may take a number of lines of lengthy code to attain functionality.
******
JQuery:JQuery is concise and one need not write much as scripting already exists.
Javascript:JavaScript is verbose because one has to write their own scripting code which is time-consuming.
****************
JQuery:In JQuery, we can add animation effects easily with fewer lines of code.
Javascript:We can make animations in JavaScript with many lines of code. Animations are mainly done by manipulating the style of an Html page.
*************************
JQuery:While JQuery is a library, derived from JavaScript hence, it is lightweight.
Javascript:JavaScript is a language, obviously, it would be heavier than JQuery.
***************************************
JQuery:jQuery is created by John Resig.
Javascript:Brendan Eich created JavaScript at Netscape.
**********************************************
JQuery:jQuery is an Application Programming Interface (API).
Javascript:JavaScript is a programming language.
**********************************************************
JQuery:There are special symbols to define JQuery.
Javascript:There are no special symbols to define JavaScript like JQuery.
***************************************************************************
Comments
Post a Comment