Making sure that you can bind multiple toggles to a single element without problems...
[jquery.git] / src / event.js
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...
2008-12-31 Ariel Fleslerjquery event:
2008-12-30 Ariel Fleslerjquery event: removed the argument dohandlers from...
2008-12-30 John ResigMade sure that return false works in .live() along...
2008-12-29 Ariel Fleslerjquery event: jQuery.Event can be instantiated without...
2008-12-25 Ariel Fleslerjquery event: Closes #3662. Adds a jQuery.Event class...
2008-12-22 John ResigDisabled native event triggering (and, thus, bubbling...
2008-12-22 John ResigAdded a new liveQuery/event delegation hybrid method...
2008-12-22 John ResigAdded support for bubbling triggered events.
2008-12-21 John ResigAdded the new jQuery.support object and removed all...
2008-12-19 John ResigFixed a problem with multi-namespaced events not target...
2008-12-19 John ResigRemoving remaining strict-mode warnings.
2008-12-19 John ResigAdded support for multiple-namespaced events (in bind...
2008-12-19 John ResigSimplifying the DOM ready code, no longer attempting...
2008-11-17 John ResigStandardized the type checks across core. isFunction...
2008-11-12 John ResigLanded the patch, by Diego, that 1) Removes browser...
2008-10-22 Ariel Fleslerjquery event: extra for #3498. Using the new mouse...
2008-10-21 Ariel Fleslerjquery event: closes #3498, adding $.fn.mouseenter...
2008-10-18 Ariel Fleslerjquery event: closes #3355. Added stopImmediatePropagat...
2008-07-28 Ariel Fleslerjquery event: closes #3127. jQuery.event.special built...
2008-07-09 Ariel Fleslerjquery event: closes #3112. It wasn't possible to bind...
2008-07-01 Ariel Fleslerjquery event: Optimization to global unbinding on windo...
2008-07-01 Ariel Fleslerjquery event: closes #3107. Optimization to global...
2008-06-27 Ariel Fleslerjquery event: fixed a typo in a comment.
2008-05-28 Ariel Fleslerjquery event: caching the props array and fixing the...
2008-05-13 Ariel Fleslerjquery: removing unnecessary trailing and leading space...
2008-05-13 Ariel Fleslerjquery event & fx: tidying some comments.
2008-05-12 Ariel Fleslerjquery fx & event: replaced the use of .apply(), where...
2008-05-08 Ariel Fleslerjquery event: removing 3 unnecessary lines since the...
2008-05-07 Brandon AaronMaking sure originalTarget gets copied over from the...
2008-04-29 Ariel Fleslermainly made the code shorter:
2008-04-29 Ariel Fleslerjquery event: from #2249, adding $.event.proxy to link...
2008-04-29 Ariel Fleslerjquery event: adding some whitespaces to the last change.
2008-04-29 Ariel Fleslerjquery event: jQuery.toggle can accept more than 2...
2008-04-28 Brandon AaronjQuery.event.fix performance boost. An example: click...
2008-04-27 Brandon AaronPrevent a single event object from being fixed more...
2008-04-27 Brandon AaronOptimization for jQuery.event.fix ... don't send fake...
2008-04-24 Ariel Fleslerjquery core: simplified the code using the new jQuery...
2008-04-23 Brandon AaronFixed regression with 5276 where return false in first...
2008-04-22 Jörn Zaeffererjquery.event: Patch for #2708
2008-04-22 Brandon AaronSome small optimizations to the event module. jQuery...
2008-04-21 Brandon AaronTrigger onclick handlers of links
2008-02-05 Scott GonzálezFixed .unbind('.namespace').
2008-02-03 John ResigAdded support for .unbind(".test") to unbind all namesp...
next