jQuery jQuery: sorting lists alphabetically June 12, 2012 How to sort HTML lists alphabetically with jQuery. Read more
jQuery jQuery: debugging the this keyword in object-oriented programming June 11, 2012 Understanding the relationship between the this keyword and scope when using objects with jQuery. Read more
jQuery jQuery: tweetify text June 11, 2012 How to format an HTML string just like a tweet with jQuery. Read more
jQuery jQuery: shorten paragraphs and create a "Read More" link June 10, 2012 Creating excerpts from paragraphs and adding a "Read More" link to them with jQuery. Read more
jQuery jQuery: create a Twitter-like notification system June 10, 2012 Using jQuery sliding panels to create a Twitter-like notification system. Read more
jQuery jQuery: emulate CSS fixed positioning on mobile browsers June 7, 2012 How to emulate CSS fixed positioning on mobile browsers with jQuery. Read more
jQuery jQuery: invoking a function after a user has selected text (text selection callback) June 6, 2012 Handling text selection with jQuery so that we can invoke a callback function just after a user has selected text. Read more
jQuery jQuery: selecting the new HTML5 input elements with a custom selector June 6, 2012 How to create a custom jQuery selector to match the new HTML5 input types. Read more
jQuery jQuery: animating letters with chained animations June 5, 2012 Creating chained and queued animations to animate letters with jQuery. Read more
jQuery jQuery: infinite carousel June 5, 2012 Creating an infinite, cyclic carousel with jQuery. Read more