jquery: Is Still Relevant or Is It a Product of the Past?by@marcinwosinek
3,048 reads

jquery: Is Still Relevant or Is It a Product of the Past?

tldt arrow
EN
Read on Terminal Reader
Read this story w/o Javascript

Too Long; Didn't Read

If you are currently getting into frontend development, you might be confused with jQuery. It can be unclear what it does, why it’s used, and whether it's something that is still worth learning. The first version of JavaScript was developed in 10 days, so there were many rough edges. With it, you could find DOM elements with something as simple asvar element. With modern browsers, the same goal could be achieved with much more readable: request = new XMLHttpRequest; // request.open('GET', "http://www.example.org/example.txt") // request.open(function(msg)
featured image - jquery: Is Still Relevant or Is It a Product of the Past?
Marcin Wosinek HackerNoon profile picture

@marcinwosinek

Marcin Wosinek

I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.


Receive Stories from @marcinwosinek

react to story with heart
Marcin Wosinek HackerNoon profile picture
by Marcin Wosinek @marcinwosinek.I'm a JavaScript developer. I'm here to teach you useful skills, so you can succeed in your work & private projects.
Newsletter

RELATED STORIES

L O A D I N G
. . . comments & more!