Debounced resize() jQuery plugin for smart resize
If you’ve ever attached an event handler to the window’s resize event, you have probably noticed that while Firefox fires the event slow and sensibly, IE and Webkit go totally spastic. In IE, Safari, and Chrome many resize events fire as long as the user continues resizing the window. Opera uses as many resize events, […]
jQuery creating custom animations
jQuery fading elements in and out
Fading elements in and out
jQuery hiding and showing elements on the page – arguments.callee
jQuery event helpers
.live() This method attach a handler to the event for all elements which match the current selector, now or in the future. Example : Following code binds the click event to all paragraphs. And add a paragraph to another clicked paragraph : Click me! .die( ) This method removes the handler which is previously attached […]
keep looking »