Can anyone explain when did jQuery start to fall back in the tech era? What were its failures? It is a bit sad to say goodbye to such an old friend.
Although the comparison isn't perfect, you can think of jQuery as PHP in the late 90s and early 00s. PHP made web development accessible to the masses. Because PHP is embedded in the HTML itself, it is way easier to work with than Perl or Java, especially in the context of The Web In 1999. In the same vein, jQuery filled a very important niche when the web was just getting started. It made Javascript accessible, by s…
PHP didn't make it easy. It made it possible.
Until fairly recently, getting a VPS was insanely expensive, so any learner, hobby, startup went to shared hosting.
As a result, any tech which required starting servers or elevated permissions was out, so Java and ISAPI (remember that?) were out.
So the only choice was PHP/ASP or perl/C/tcl cgi scripts.
cgi scripts had to be located in the /cgi-bin directory, so they looked ugly in the URL and simply wasn't designed for the web (so no url_parsing libraries (but no register_globals!)) and no git/github/blogs/stackoverflow whee to just go and download them.
So one had a choice between PHP and ASP.
ASP costed quite a bit more for the license, so PHP took over the internet.