background preloader

Jquery

Facebook Twitter

jQuery Shadow Plugin. Events. Attach a handler to an event for the elements. Bind an event handler to the “blur” JavaScript event, or trigger that event on an element. Bind an event handler to the “change” JavaScript event, or trigger that event on an element. Bind an event handler to the “click” JavaScript event, or trigger that event on an element. Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element. Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements. Remove event handlers previously attached using .live() from the elements. Bind an event handler to the “error” JavaScript event. The current DOM element within the event bubbling phase. An optional object of data passed to an event method when the current executing handler is bound.

The element where the currently-called jQuery event handler was attached. Returns whether event.preventDefault() was ever called on this event object. “jQuery for Absolute Beginners” Video Series. Tutorials:Getting Started with jQuery. How to Make a jQuery Plugin - Tutorial for Beginners - Authentic Society.