2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
blob | commitdiff |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
blob | commitdiff | diff to current |
2009-01-28 |
John Resig | Added a fix, suggested by Diego, for IE firing the... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Focused support of .live(). stopPropagation and stopImm... |
blob | commitdiff | diff to current |
2009-01-19 |
Ariel Flesler | jquery event: closes #3843. Some events' timeStamp... |
blob | commitdiff | diff to current |
2009-01-17 |
John Resig | Made the IE frameElement check more explicit. Fixes... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | Landed a fix for when a DOM element gets accidentally... |
blob | commitdiff | diff to current |
2009-01-09 |
John Resig | Didn't get specific enough with the proxy guid, fixes... |
blob | commitdiff | diff to current |
2009-01-09 |
John Resig | Made it so that you can bind a single function to multi... |
blob | commitdiff | diff to current |
2009-01-08 |
Ariel Flesler | jquery event: Fixes #3538. unbind on many events was... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | The triggered flag was being set too early, which was... |
blob | commitdiff | diff to current |
2009-01-05 |
Ariel Flesler | jquery event: Removed a needless if (old code) |
blob | commitdiff | diff to current |
2009-01-04 |
John Resig | .live("div div") was failing due to the extra space... |
blob | commitdiff | diff to current |
2009-01-04 |
Ariel Flesler | jquery event: event.stopImmediatePropagation() stops... |
blob | commitdiff | diff to current |
2009-01-02 |
Ariel Flesler | jquery event: Misc, removed a commented line from last... |
blob | commitdiff | diff to current |
2009-01-02 |
Ariel Flesler | jquery event: Now using an internal argument to detect... |
blob | commitdiff | diff to current |
2009-01-02 |
Ariel Flesler | jquery event: closes #3772. The extra function on ... |
blob | commitdiff | diff to current |
2008-12-31 |
Ariel Flesler | jquery event: event.timeStamp wasn't being created... |
blob | commitdiff | diff to current |
2008-12-31 |
Ariel Flesler | jquery event: |
blob | commitdiff | diff to current |
2008-12-30 |
Ariel Flesler | jquery event: removed the argument dohandlers from... |
blob | commitdiff | diff to current |
2008-12-30 |
John Resig | Made sure that return false works in .live() along... |
blob | commitdiff | diff to current |
2008-12-29 |
Ariel Flesler | jquery event: jQuery.Event can be instantiated without... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery event: Closes #3662. Adds a jQuery.Event class... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Disabled native event triggering (and, thus, bubbling... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added a new liveQuery/event delegation hybrid method... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added support for bubbling triggered events. |
blob | commitdiff | diff to current |
2008-12-21 |
John Resig | Added the new jQuery.support object and removed all... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Fixed a problem with multi-namespaced events not target... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Removing remaining strict-mode warnings. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Added support for multiple-namespaced events (in bind... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Simplifying the DOM ready code, no longer attempting... |
blob | commitdiff | diff to current |
2008-11-17 |
John Resig | Standardized the type checks across core. isFunction... |
blob | commitdiff | diff to current |
2008-11-12 |
John Resig | Landed the patch, by Diego, that 1) Removes browser... |
blob | commitdiff | diff to current |
2008-10-22 |
Ariel Flesler | jquery event: extra for #3498. Using the new mouse... |
blob | commitdiff | diff to current |
2008-10-21 |
Ariel Flesler | jquery event: closes #3498, adding $.fn.mouseenter... |
blob | commitdiff | diff to current |
2008-10-18 |
Ariel Flesler | jquery event: closes #3355. Added stopImmediatePropagat... |
blob | commitdiff | diff to current |
2008-07-28 |
Ariel Flesler | jquery event: closes #3127. jQuery.event.special built... |
blob | commitdiff | diff to current |
2008-07-09 |
Ariel Flesler | jquery event: closes #3112. It wasn't possible to bind... |
blob | commitdiff | diff to current |
2008-07-01 |
Ariel Flesler | jquery event: Optimization to global unbinding on windo... |
blob | commitdiff | diff to current |
2008-07-01 |
Ariel Flesler | jquery event: closes #3107. Optimization to global... |
blob | commitdiff | diff to current |
2008-06-27 |
Ariel Flesler | jquery event: fixed a typo in a comment. |
blob | commitdiff | diff to current |
2008-05-28 |
Ariel Flesler | jquery event: caching the props array and fixing the... |
blob | commitdiff | diff to current |
2008-05-13 |
Ariel Flesler | jquery: removing unnecessary trailing and leading space... |
blob | commitdiff | diff to current |
2008-05-13 |
Ariel Flesler | jquery event & fx: tidying some comments. |
blob | commitdiff | diff to current |
2008-05-12 |
Ariel Flesler | jquery fx & event: replaced the use of .apply(), where... |
blob | commitdiff | diff to current |
2008-05-08 |
Ariel Flesler | jquery event: removing 3 unnecessary lines since the... |
blob | commitdiff | diff to current |
2008-05-07 |
Brandon Aaron | Making sure originalTarget gets copied over from the... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | mainly made the code shorter: |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | jquery event: from #2249, adding $.event.proxy to link... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | jquery event: adding some whitespaces to the last change. |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | jquery event: jQuery.toggle can accept more than 2... |
blob | commitdiff | diff to current |
2008-04-28 |
Brandon Aaron | jQuery.event.fix performance boost. An example: click... |
blob | commitdiff | diff to current |
2008-04-27 |
Brandon Aaron | Prevent a single event object from being fixed more... |
blob | commitdiff | diff to current |
2008-04-27 |
Brandon Aaron | Optimization for jQuery.event.fix ... don't send fake... |
blob | commitdiff | diff to current |
2008-04-24 |
Ariel Flesler | jquery core: simplified the code using the new jQuery... |
blob | commitdiff | diff to current |
2008-04-23 |
Brandon Aaron | Fixed regression with 5276 where return false in first... |
blob | commitdiff | diff to current |
2008-04-22 |
Jörn Zaefferer | jquery.event: Patch for #2708 |
blob | commitdiff | diff to current |
2008-04-22 |
Brandon Aaron | Some small optimizations to the event module. jQuery... |
blob | commitdiff | diff to current |
2008-04-21 |
Brandon Aaron | Trigger onclick handlers of links |
blob | commitdiff | diff to current |
2008-02-05 |
Scott González | Fixed .unbind('.namespace'). |
blob | commitdiff | diff to current |
2008-02-03 |
John Resig | Added support for .unbind(".test") to unbind all namesp... |
blob | commitdiff | diff to current |
2008-02-03 |
John Resig | Added $().data(), $().removeData(), and .bind("click... |
blob | commitdiff | diff to current |
2008-01-14 |
John Resig | Added a fix for bug #2140. Opera doesn't like concating... |
blob | commitdiff | diff to current |
2007-12-28 |
Yehuda Katz | Fixes bug with charCode, bad 'var' and missing semicolon |
blob | commitdiff | diff to current |
2007-12-21 |
Brandon Aaron | Fixed memory leak in IE with non-native event types |
blob | commitdiff | diff to current |
2007-12-21 |
Brandon Aaron | Removed check to prevent event from being fixed twice... |
blob | commitdiff | diff to current |
2007-12-20 |
Brandon Aaron | Fixing #2081 |
blob | commitdiff | diff to current |
2007-12-20 |
David Serduke | Changed the $(document).ready() code to try and solve... |
blob | commitdiff | diff to current |
2007-12-19 |
Brandon Aaron | Short-circuit jQuery.event.fix if it has already fixed... |
blob | commitdiff | diff to current |
2007-12-19 |
David Serduke | Second part of the fix for #2071. An empty string... |
blob | commitdiff | diff to current |
2007-12-19 |
David Serduke | Changed CRLF end of lines to just LF. Other than that... |
blob | commitdiff | diff to current |
2007-12-18 |
Richard Worth | Fixed #1887 - trigger fails if extra is not a function |
blob | commitdiff | diff to current |
2007-12-17 |
Brandon Aaron | Fixed #2069. The ready helper and shortcuts act the... |
blob | commitdiff | diff to current |
2007-12-16 |
Brandon Aaron | Cleaned up mouseenter and mouseleave special events |
blob | commitdiff | diff to current |
2007-12-16 |
David Serduke | Changed window.frameElement to window == top because... |
blob | commitdiff | diff to current |
2007-12-16 |
David Serduke | Added code so an iframe in IE won't count on doScroll... |
blob | commitdiff | diff to current |
2007-12-16 |
Brandon Aaron | Renaming variables to be more consistent |
blob | commitdiff | diff to current |
2007-12-16 |
David Serduke | Fixed #1781 for warnings created on load by FF javascri... |
blob | commitdiff | diff to current |
2007-12-15 |
Brandon Aaron | new special events api, ready is now a first class... |
blob | commitdiff | diff to current |
2007-12-11 |
Brandon Aaron | Fix for #2032 |
blob | commitdiff | diff to current |
2007-12-08 |
Brandon Aaron | Fix for #1486. Prevent IE from throwing an error when... |
blob | commitdiff | diff to current |
2007-12-07 |
David Serduke | Fixed #1039 and #1733 by going through the core API... |
blob | commitdiff | diff to current |
2007-12-03 |
David Serduke | Fixed [1993] although it actually wasn't a bug in the... |
blob | commitdiff | diff to current |
2007-11-28 |
David Serduke | Fixed #1701 by passing through the arguments as suggested. |
blob | commitdiff | diff to current |
2007-11-27 |
David Serduke | Fixed #1970 by returning true instead of false when... |
blob | commitdiff | diff to current |
2007-11-19 |
Brandon Aaron | Fix for #1933 |
blob | commitdiff | diff to current |
2007-11-14 |
Brandon Aaron | Fix for #1925 and removed some unnecessary browser... |
blob | commitdiff | diff to current |
2007-11-14 |
Brandon Aaron | Fix for #1911 |
blob | commitdiff | diff to current |
2007-10-15 |
John Resig | From a suggestion by Diego, moved the jQuery.ready... |
blob | commitdiff | diff to current |
2007-10-06 |
Brandon Aaron | Fix normalization of pageX and pageY event properties... |
blob | commitdiff | diff to current |
2007-10-06 |
Brandon Aaron | Fixes memory leaks relating to events in IE with page... |
blob | commitdiff | diff to current |
2007-10-01 |
John Resig | Safari 2 was having problems with the syntax used for... |
blob | commitdiff | diff to current |
2007-09-27 |
John Resig | Fixed the attribution for the DOM Ready fix - the previ... |
blob | commitdiff | diff to current |
2007-09-27 |
Brandon Aaron | Fix for #1153 |
blob | commitdiff | diff to current |
2007-09-27 |
John Resig | Converted jQuery to use the new DOM Ready technique... |
blob | commitdiff | diff to current |
2007-09-14 |
John Resig | Make sure that the right event type is always triggered... |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Landing the new expando management code. Completely... |
blob | commitdiff | diff to current |
2007-09-08 |
John Resig | Reorganzing the jQuery source (first phase). |
blob | commitdiff | diff to current |
|