Make sure that mousing over Chrome "internal div" elements results in no trigger...
[jquery.git] / src / event.js
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...
2009-11-09 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-11-09 lrbabeMaking mouseenter and mouseleave work with .live().
2009-11-09 lrbabeCleanup bubbling focus and blur events
2009-11-07 rkaticMake liveHandler to use jQuery.lastCloser and speed...
2009-11-07 John ResigMake sure that document.body exists, at least, in IE...
2009-10-27 visionmediaConsistant splits using " " instead of ","
2009-10-08 John ResigFixed == change in ready.
2009-09-16 Yehuda KatzProbably not the optimal solution, but tests pass.
2009-09-16 Ariel Fleslerjquery event: closes #5250. bind(), unbind() and one...
2009-09-14 Ariel Fleslerjquery event: misc removal
2009-09-14 Ariel Fleslerjquery event: fixes #4989. blur and focus events now...
2009-09-14 Brandon Aaronfix for #5198, event memory leak limited to IE only...
2009-07-23 John ResigMake sure that at least one argument is provided to...
2009-07-22 John ResigSupport dynamically loaded copies of jQuery using docum...
2009-06-17 Brandon Aaronfix for #3533, triggering an event with a colon in...
2009-05-12 Brandon Aaronfix regression in removing live events caused by r6324
2009-05-10 Ariel Fleslerjquery event: misc change
2009-05-07 Brandon Aaronunused, left-over code from r6344
2009-05-07 Brandon Aaron.bind() now accepts an optional thisObject as the last...
2009-05-06 Brandon Aaronfix for #4234. hover can take one function to use for...
2009-05-06 Brandon Aaronfix for #3286
2009-05-01 Brandon Aaronfix global event triggering that i broke in r6323
2009-05-01 Brandon Aaronspecial event refactor left over code
2009-05-01 Brandon Aaronfix for #2620
2009-05-01 Brandon Aarononly copy guid from handler to modifiedHandler if it...
2009-04-30 Brandon Aaronlive event handlers now receive data from trigger,...
2009-04-30 Brandon Aaronrefactor specialAll into add and remove hooks for exist...
2009-04-30 Brandon Aaronevent clean up
2009-04-29 Brandon Aaron.unbind() without any arguments now also unbinds namesp...
2009-04-22 Brandon Aaronfix for #4268. bind now works with iframe windows....
2009-04-22 Brandon Aaronfix for #2911
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-20 Brandon Aaronfix for #4189, live/die now work with contexts other...
2009-03-19 John ResigAdded some more information to the unload event cleanup.
2009-02-26 John ResigNo longer use arguments.callee or RegExp (use new RegEx...
2009-02-23 Ariel Fleslerjquery event: Fixing event.currentTarget for live().
2009-02-17 Ariel Fleslerjquery event: closes #4033. e.currentTarget wasn't...
2009-02-09 John ResigFixed bubbling of live events (if an inner element...
2009-01-28 John ResigAdded a fix, suggested by Diego, for IE firing the...
2009-01-20 John ResigFocused support of .live(). stopPropagation and stopImm...
2009-01-19 Ariel Fleslerjquery event: closes #3843. Some events' timeStamp...
2009-01-17 John ResigMade the IE frameElement check more explicit. Fixes...
2009-01-10 John ResigLanded a fix for when a DOM element gets accidentally...
2009-01-09 John ResigDidn't get specific enough with the proxy guid, fixes...
2009-01-09 John ResigMade it so that you can bind a single function to multi...
2009-01-08 Ariel Fleslerjquery event: Fixes #3538. unbind on many events was...
2009-01-05 John ResigThe triggered flag was being set too early, which was...
2009-01-05 Ariel Fleslerjquery event: Removed a needless if (old code)
2009-01-04 John Resig.live("div div") was failing due to the extra space...
2009-01-04 Ariel Fleslerjquery event: event.stopImmediatePropagation() stops...
2009-01-02 Ariel Fleslerjquery event: Misc, removed a commented line from last...
2009-01-02 Ariel Fleslerjquery event: Now using an internal argument to detect...
2009-01-02 Ariel Fleslerjquery event: closes #3772. The extra function on ...
2008-12-31 Ariel Fleslerjquery event: event.timeStamp wasn't being created...
next