Namespaced Events in jQuery

It’s really easy to add an event listener in jQuery. It’s equally easy to remove an event listener. You might want to remove a listener because you don’t care to perform any actions on that event anymore, to reduce memory …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Animating DOM transitions

Direct Link

Say you add some new element to the page and it pushes things around. That can happen instantly, but it helps your brain understand what just happened if the elements that were pushed away animate to their new position. Enter …

Avatar of Chris Coyier
Shared by Chris Coyier on (Updated on )