Once I discovered jQuery, my life as a web developer changed. There are few libraries, tools, etc. that I can honestly say have completely changed the way I code. In all honesty, jQuery makes the difficult aspects of JavaScript and turns them into a strength. I recommend it over any other JavaScript library I know. It is smaller, leaner, straight forwards, and more powerful than anything out there. Large companies like Google, Microsoft, and Dell use it. Microsoft is now including jQuery in Visual Studio, their powerful IDE for making websites. If anything, I have yet to meet a person who has used jQuery and has gone to anything else.
Learning anything new can be challenging, so I thought I would share my resources on learning jQuery. First off you need to check out jQuery’s tutorial section. I recommend just about every tutorial on there, and each will help you understand jQuery a little better. Once you’ve gone through the tutorials on how jQuery, sit down and make something meaningful with it. Don’t just follow the tutorials, but actually try to use it in your next project. Soon you’ll see how amazing jQuery can be. Last but not least, my absolute favorite quick reference is Visual jQuery by Remy Sharp & Yehuda Katz. When ever I need to look up quickly how to do something, I use can find it within seconds on Visual jQuery.
I’m going to try to post at least one tip or trick with jQuery every week, not only to help me keep a history of my tricks, but to help others solve common problems. If anyone has any questions, please feel free to leave a comment and I’d be more than happy to answer any questions.
Related Posts
- ASP .NET 2.0, GridViews, HyperLinkField, and JavaScript I’ve found some interesting notes on ASP .NET’s GridView, it’s limitations and work arounds. For work I was looking for a way to execute JavaScript from clicking a link on a GridView Cell. An example would be to having a list of transactions and wanting to click a link to...
- iPhone Web Development: Controlling the viewport via Javascript Lately I’ve been doing a lot of iPhone web applications. A client wanted to create a portion of their site for the iPhone, and they wanted it to look a very specific way. In order to do this we had to set the view port’s maximum-scale and minimum-scale to 1....
- Web Development 10-Years Ago & Now This week’s blogging challenge was our computer software now and then. Lorelle talked about the different versions of WordPress over time. I thought it was an interesting article. 10 Years Ago I started web development back in 1997. My tools back then were: Notepad – That right, the one and...
Agreed. jQuery is simply amazing