Introduction to JQuery
Disadvantages of ordinary JavaScript: The operation methods of each control are not uniform, and there are differences in different browsers. It is very troublesome to write cross-browser programs. Therefore, many JavaScript encapsulation libraries have emerged, such as Prototype, Dojo, ExtJS, JQuery, etc. These libraries encapsulate JavaScript and simplify development. These libraries are encapsulation of JavaScript, that is, we call a function of JQuery. This function inside JQuery helps us call dozens of codes in JavaScript, because JQuery is some function classes written in JavaScript syntax, and the internal implementation is still called JavaScript. , so it does not replace JavaScript. Using JQuery code, writing JQuery extension plug-ins, etc. still require JavaScript technology. Jquery itself is a bunch of JavaScript functions.
Why choose JQuery?
ifier ifier ded less, do ′′ do more), and many big companies are currently supporting JQuery, such as Microsoft, which has inherited JQuery in vs2010.
What can JQuery do?
What JQuery can do, ordinary Dom can do, and what ordinary Dom can do, JQuery can also do. Simple JQuery