13

Learning jquery after four straight years of vanilla js makes me feel really dirty.

Comments
  • 7
    Four straight years of vanilla js should make you feel dirty 😂
  • 3
    Why yuck?
    It's a well-written library and serves its purpose well.
  • 4
    While you're at it, learn Bootstrap, animate.css, and some popular jQuery plugins. And boom! Suddenly you could make a lot of "dirty" money.

    Seriously, it's not that bad.
  • 0
    You get used to it, then really like it 😁
  • 2
    Going from jQuery to vanilla cleansed me and websites I work on, no point of loading a library unless it's needed (hint: it's not)

    document.querySelector and document.querySelectorAll are like a gift sent from the gods
  • 0
    I don't really care for jQuery, but the element.click() function is pretty nice to have when modifying or botting sites :3
Add Comment