Expose jQuery.uuid (use with caution) and make sure the expando property is used...
[jquery.git] / src / event.js
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'
2009-12-31 jeresigRather than declaring empty anonymous functions all...
2009-12-31 jeresigWhen .bind('unload') was called it accidentally went...
2009-12-31 jeresigRemove the .bind(name, fn, thisObject) and promote...
2009-12-22 jeresigFixed spelling mistake noted in dc6b7ce3469eaadb37a151d...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-21 jeresigTweaked the syntax of withinElement a bit.
2009-12-21 jeresigTweaked a couple cases where == was used instead of...
2009-12-21 Alexander FarkasMake sure that the beforeactivate event isn't accidenta...
2009-12-21 Jörn ZaeffererStop trying to emulate the focus/blur event in IE,...
2009-12-21 Alexander FarkasUsed the patch from Alexander as the basis for a rewrit...
2009-12-19 jeresigMake sure that we don't bind the onunload event in...
2009-12-19 jeresigNo need to use the conditional comment for binding...
2009-12-16 jeresigRetooled the arguments.callee-related changes in 98ce35...
2009-12-16 jeresigNo need to use jQuery's event system for binding the...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-10 Karl Swedbergcombined jQuery.bind() and jQuery.one() to make them...
2009-12-10 John ResigRestrict the attr quick setters to only methods that...
2009-12-10 John ResigAdd a try/catch to handle the exception thrown by unloa...
2009-12-09 John ResigMake sure that we don't try to trigger non-existant...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-09 John ResigWe have to access the native event handlers/triggers...
2009-12-08 John ResigRemoved uses of arguments.callee from jQuery.
2009-12-08 John ResigMoved .ready() to core.js from event.js.
2009-12-07 John ResigOops, missed a closing } from 7d36ccfa8eb018fcf349e1f74...
2009-12-07 John ResigBroke out the logic for the bubbling change/submit...
2009-12-07 John ResigMake sure that we're doing proper focus bubble testing...
2009-12-07 John ResigAdding in cross-browser onbeforeunload support. Fixes...
2009-12-06 lrbabeFix inverted 'orig' and 'fix' event in mouseenter/mouse...
2009-12-06 Karl Swedbergadded semicolons to end of 2 statements (and fixed...
2009-12-05 John ResigRetooled the native triggering code, simplifying it.
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigLanded the rest of the liveHandler rewrite that takes...
2009-12-03 jeresigNo need to do the closest match if no selectors are...
2009-11-27 Karl Swedbergadded curly braces around all if/else statements
2009-11-25 Robert KaticRe-adding zeros removed from slice calls in last commit.
2009-11-25 Robert KaticCorrected RegExp to match event namespaces. Fixes ...
2009-11-17 Andrea GiammarchiChanged the === undefined ready event check to == null...
2009-11-11 Rich DoughertyLand Rich's fix for not using window.top to do frame...
2009-11-11 Mr SpeakerMaking sure that you can bind multiple toggles to a...
2009-11-09 John ResigRequire that, at least, document.body exists before...
2009-11-09 John ResigBacking out commit 81bfd9b870f658ce00eec48ea48a84d69c20...
next