Your current filters are…
by Andy Wingo
by Mike Taylor and Rick Waldron
by Ben Alman
by Chris Helm
by Alex Sexton
by Malte Ubl
by Max Shawabkeh
by Adam Ahmed
by Remy Sharp
by Sam Breed
by bikeshed
by Nicholas Matsakis
by Itay Neeman
The jQuery JavaScript library has become a household item in the web development community. It allows for simple event binding, DOM manipulation, and asynchronous requests. Many developers know they can extend jQuery using their simple plugin development process ... but did you also know that jQuery is extensible in other ways as well? We will focus on extending jQuery's event system via the Special Events API in order to create our own custom bindable events, such as "multiclick", "textSelect", and "swipe".