Added the new jQuery.support object and removed all uses of jQuery.browser from withi...
[jquery.git] / src / event.js
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...
2008-02-03 John ResigAdded $().data(), $().removeData(), and .bind("click...
2008-01-14 John ResigAdded a fix for bug #2140. Opera doesn't like concating...
2007-12-28 Yehuda KatzFixes bug with charCode, bad 'var' and missing semicolon
2007-12-21 Brandon AaronFixed memory leak in IE with non-native event types
2007-12-21 Brandon AaronRemoved check to prevent event from being fixed twice...
2007-12-20 Brandon AaronFixing #2081
2007-12-20 David SerdukeChanged the $(document).ready() code to try and solve...
2007-12-19 Brandon AaronShort-circuit jQuery.event.fix if it has already fixed...
2007-12-19 David SerdukeSecond part of the fix for #2071. An empty string...
2007-12-19 David SerdukeChanged CRLF end of lines to just LF. Other than that...
2007-12-18 Richard WorthFixed #1887 - trigger fails if extra is not a function
2007-12-17 Brandon AaronFixed #2069. The ready helper and shortcuts act the...
2007-12-16 Brandon AaronCleaned up mouseenter and mouseleave special events
2007-12-16 David SerdukeChanged window.frameElement to window == top because...
2007-12-16 David SerdukeAdded code so an iframe in IE won't count on doScroll...
2007-12-16 Brandon AaronRenaming variables to be more consistent
2007-12-16 David SerdukeFixed #1781 for warnings created on load by FF javascri...
2007-12-15 Brandon Aaronnew special events api, ready is now a first class...
2007-12-11 Brandon AaronFix for #2032
2007-12-08 Brandon AaronFix for #1486. Prevent IE from throwing an error when...
2007-12-07 David SerdukeFixed #1039 and #1733 by going through the core API...
2007-12-03 David SerdukeFixed [1993] although it actually wasn't a bug in the...
2007-11-28 David SerdukeFixed #1701 by passing through the arguments as suggested.
2007-11-27 David SerdukeFixed #1970 by returning true instead of false when...
2007-11-19 Brandon AaronFix for #1933
2007-11-14 Brandon AaronFix for #1925 and removed some unnecessary browser...
2007-11-14 Brandon AaronFix for #1911
2007-10-15 John ResigFrom a suggestion by Diego, moved the jQuery.ready...
2007-10-06 Brandon AaronFix normalization of pageX and pageY event properties...
2007-10-06 Brandon AaronFixes memory leaks relating to events in IE with page...
2007-10-01 John ResigSafari 2 was having problems with the syntax used for...
2007-09-27 John ResigFixed the attribution for the DOM Ready fix - the previ...
2007-09-27 Brandon AaronFix for #1153
2007-09-27 John ResigConverted jQuery to use the new DOM Ready technique...
2007-09-14 John ResigMake sure that the right event type is always triggered...
2007-09-08 John ResigLanding the new expando management code. Completely...
2007-09-08 John ResigReorganzing the jQuery source (first phase).