Browsing Category "jQuery"

15 Powerful jQuery Tips and Tricks for Developers

Added on Jun 29th, 2011 in jQuery | 33 comments

In this article we will take a look at 15 jQuery techniques for your effective use of the library. We will start with a few tips about performance and continue with some of the library’s more obscure features.

Read more

jQuery’s Data Method – How and Why to Use It

Added on Nov 13th, 2010 in jQuery | 14 comments

jQuery’s data method can make our code more concise and clean. As of jQuery 1.4.3 we also have the ability to use the method on regular JavaScript objects and listen for changes, which opens the doors to some quite interesting applications.

Read more