7
godot
7y

All the stackoverflow users recommending jquery plugins for everything (back when I was a noob) It would be so much easier to learn js without them.

Comments
  • 2
    YES! You can do so much without jquery, javascript itself is enough in most cases
  • 1
    Indeed. I'm happy I started experimenting with JavaScript before I heard about Jquery. Still use it though, for ajax and animations.
  • 1
    @Jifuna Yeah I used to do it too but now for ajax I created a reusable snippet (basically what jQuery uses) and for the animations I use css animations 80% of the time and class manipulation the rest is gsap.
Add Comment