jQuery worth learning?
jQuery worth learning?
Out of context: Reply #7
- Started
- Last post
- 19 Responses
- nocomply0
Definitely worth learning. I've neglected it for years, only using bits and pieces as needed.
But recently I've decided to sit down and learn some of the nuts and bolts and it's really powerful. It can easily do a lot of the stuff that I've always wished could be done with css (like selecting only the first or last list element for starters).
It makes dynamically interacting with a server (aka "ajax") pretty easy... meaning you can do cool stuff without having to refresh the page or use oldschool HTML frames.
There's a ton more, but honestly I'm no expert. Just a fan.