Tagging the 1.5rc1 release.
[jquery.git] / src / event.js
2011-01-21 jeresigRevert "Make sure that focusin/focusout bubbles in...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 jeresigMerging pull request 183 for #7793.
2011-01-09 Colin SnoverChange the way jQuery.data works so that there is no...
2010-12-30 Colin SnoverMerge branch 'fix7762' into jquery Fixes #7762.
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-26 Colin SnoverClearing event handlers on unload is no longer necessar...
2010-12-26 Colin SnoverFix whitespace in event.js
2010-12-24 Dave MethvinSimplify the check for isDefaultPrevented.
2010-12-24 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-11-22 danheberdenFix for #6911 - prevent disabled elements in liveHandler
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-09 John ResigMake sure that when multiple variables are being declar...
2010-11-09 John ResigWe don't do end of line comments, move them above.
2010-10-26 John ResigTemporarily backing out commit bd474799bf95f4ecdc47a757...
2010-10-25 danheberdenPrevent IE from firing live/delegate events on disabled...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-13 Justin Meyerbeforedeactivate will fire before focusout - use that...
2010-10-13 Justin MeyerMake sure that focusin/focusout bubbles in non-IE browsers.
2010-10-13 John ResigFix some gaps in the handling of event data properties...
2010-10-12 Colin SnoverFix patch for #7150, which was not deleting the events...
2010-10-12 Colin SnoverUse a key name less likely to result in collisions...
2010-10-11 John ResigHandle some edge cases with binding events to the windo...
2010-10-10 jeresigMake sure that the unload event doesn't leak in IE...
2010-10-09 jeresigChange event did not fire in IE when an explicit .focus...
2010-10-09 jeresigFix the case where live change was breaking if a live...
2010-09-30 David PetersenSet event.LiveFired to undefined in specialSubmit handl...
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-29 John ResigFix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09...
2010-09-28 John ResigTweak the logic for fixing event.which. Fixes #2338.
2010-09-24 Dave MethvinIf an inline handler returns false, call event.preventD...
2010-09-24 dmethvinDon't copy event.originalTarget, it's a Netscape-specif...
2010-09-23 Robert KaticAdded support for map of events in live, die, delegate...
2010-09-22 jeresigFix missing var. Thanks to @jeff-themovie for the catch.
2010-09-22 jeresigUnify the means of detecting a window across the librar...
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-20 jeresigNo need to set returnValue if preventDefault exists...
2010-09-08 jeresigMake sure that the removeEvent and buildFragment privat...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-20 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-04-24 John ResigExpose jQuery.uuid (use with caution) and make sure...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-09 jeresigMake sure that special remove and teardown events get...
2010-03-02 jeresigAdded in Ben Alman's proposed event.namespace property...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-03-01 jeresigLand some additional tweaks related to running through...
2010-03-01 jeresigMade some code tweaks related to running jQuery through...
2010-02-27 jeresigNo reason to double-bind the beforeunload event. Fixes...
2010-02-27 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-02-27 jeresigAdding in .bind(name, false), .unbind(name, false)...
2010-02-27 brandonaaronMake sure events exist before trying to access them...
2010-02-27 jeresigMake it so that you can pass in event data to .click...
2010-02-26 jeresigMake sure that unbinding on a plain javascript object...
2010-02-26 jeresigMake sure that the correct type is set for live mouseen...
2010-02-26 jeresigMake sure that live events bubble unless explicitly...
2010-02-13 jeresigMake sure that elements that have been removed also...
2010-02-13 jeresigMake sure that mousing over XUL elements results in...
2010-02-13 jeresigMake sure that live focus and blur events also bind...
2010-02-13 jeresigWhen binding a change directly to a file input just...
2010-02-13 jeresigMake sure that there are some live events before contin...
2010-02-11 jeresigMake sure that live mouseenter/mouseleave work properly...
2010-02-11 John ResigMake sure that the teardown is called after all the...
2010-02-10 jeresigSimplify the special change/submit event removal logic...
2010-02-09 jeresigUpdated formatting for the change/submit special event...
2010-02-08 jeresigFix in logic for handling exclusive namespace testing...
2010-02-05 jeresigUpdate special events to work with the internal event...
2010-02-05 jeresigRewrote the live event handling to use the new event...
2010-02-04 jeresigA large refactor of the event handling logic. Data...
2010-02-01 jeresigAdd .delegate() and .undelegate(). An alternative to...
2010-01-28 jeresigFurther optimize the empty/remove/cleanData logic.
2010-01-28 jeresigProvide a way to simulate default browser actions....
2010-01-28 jeresigMake sure namespaces is always an array, when passed...
2010-01-28 jeresigMake sure that jQuery.data( elem ) always returns a...
2010-01-27 jeresigNo reason to limit the initial change data store to...
2010-01-25 jeresigMake sure that special.add actually copies over event...
2010-01-25 jeresigMake sure multiple bound events have their namespaces...
2010-01-25 jeresigMake sure that it's possible to preventDefault natively...
2010-01-23 jeresigMake sure that .die() with no args works. Fixes #5789.
2010-01-23 Matt CurrySelect (with a selected) fired change on first focus...
2010-01-23 Irae BrasilAdded support for multiple live event handlers, live...
2010-01-23 Irae BrasilMake sure that live handlers don't stop inline scripts...
2010-01-23 Irae BrasilMake sure non-left-click events don't bubble. Fixes...
2010-01-18 jeresigAdding in the change recommended by Alexander Farkas...
2010-01-18 jeresigFix missing var declaration for the length iterator.
2010-01-15 John ResigExpose the proxy object on the object, for the benefit...
2010-01-14 John ResigRemoved extraneous thisObject references. Thanks to...
2010-01-13 jeresigMake sure no exception is thrown if no event handler...
2010-01-13 jeresigFixed typo in logic, also disabled function setters...
2010-01-12 jeresigMake sure that the focusin and focusout easy-bind metho...
2010-01-11 jeresigRevert "Adding in backwards-compatiblity support for...
2010-01-11 jeresigMake sure that submit event is still bound for regular...
2010-01-06 jeresigAdding in backwards-compatiblity support for jQuery...
2010-01-06 jeresigMerging in jQuery.proxy() branch.
2010-01-06 jeresigAdded in a holdover jQuery.event.guid for back-compat...
2009-12-31 jeresigMoved jQuery.proxy() into core.
2009-12-31 jeresigMerge branch 'bug-5735'
next