jQuery Hooks
You probably know all about rolling your own plugins for jQuery. But did you know that some core jQuery functions have their own "plugin API" called "hooks"?
Continue reading "jQuery Hooks"You probably know all about rolling your own plugins for jQuery. But did you know that some core jQuery functions have their own "plugin API" called "hooks"?
Continue reading "jQuery Hooks"Click events are a godsend from hell. Here's how you can avoid at least one of the many problems they bring to the table: the end of a drag is not a click.
Continue reading "Click Events From Hell"