24

Many years ago when I changed to my second job, I had to do a lot more JavaScript work and upon Googling for a solution, that's when I came across jQuery. The idea of only having to write a few lines instead of multiple lines just to do a simple task was pretty exciting.

Plus looking through the docs and reading up about animations, I thought that was pretty cool and started playing around with it. Eventually I came to a project where I needed an interactive form and so I used jQuery to handle a lot of the UI work. My managers and the client were pretty excited about seeing how stuff can appear/disappear.

Comments
  • 5
    This weekly rant is talking about cool stuff though... jQuery is the opposite.
  • 8
    @Codex404 it WAS cool. MANY years ago...
  • 2
    I remember.. The old ways..
  • 2
    its cool since you know how to js before jq. i had lots of coworkers only know how to jq.
  • 2
    @Aiei jquery IS javascript though ;)
  • 2
    @IdolWotaP its still fine to use it if you are used to it. As long as you doing more than just toggling classes and selecting elements with it. But even then: people cry about how big jquery is and then put videos in the background and use uncompressed images lol
Add Comment