/
jQuery and other legacy technology to avoid

jQuery and other legacy technology to avoid

JQuery was created by John Resig who was a big figure in Firefox. He was frustrated with how difficult it was to write code which would work with IE6 and standards compliant browsers.

jQuery was a very helpful library in that it enabled web technology to move forward. The main problem it solved was that web developers wanted an easier way to do things with Javascript that modern browsers allowed but that Internet Explorer 6 did not support.

jQuery was a helpful bridging technology to deal with that problem.

In the modern web though my gut feeling is one is probably better off avoiding the use of jQuery for modern applications which do not need to work with older browsers.

This is likely to give more control and understanding of getting good experiences on mobile browsers which do not have the same resources as desktop browsers.

Related content

IE6 - Internet Explorer 6
IE6 - Internet Explorer 6
More like this
HTTP - Hyper Text Transfer Protocol
HTTP - Hyper Text Transfer Protocol
Read with this
Standards Compliant Browsers
Standards Compliant Browsers
More like this
What are document markup languages?
What are document markup languages?
Read with this
Browser Wars and Early Commercialization of the Web
Browser Wars and Early Commercialization of the Web
More like this
Predeclarations instead of #include
Predeclarations instead of #include
Read with this