2009-11-11 |
Rich Dougherty | Land Rich's fix for not using window.top to do frame... |
blob | commitdiff |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Require that, at least, document.body exists before... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
blob | commitdiff | diff to current |
2009-11-09 |
lrbabe | Making mouseenter and mouseleave work with .live(). |
blob | commitdiff | diff to current |
2009-11-09 |
lrbabe | Cleanup bubbling focus and blur events |
blob | commitdiff | diff to current |
2009-11-07 |
rkatic | Make liveHandler to use jQuery.lastCloser and speed... |
blob | commitdiff | diff to current |
2009-11-07 |
John Resig | Make sure that document.body exists, at least, in IE... |
blob | commitdiff | diff to current |
2009-10-27 |
visionmedia | Consistant splits using " " instead of "," |
blob | commitdiff | diff to current |
2009-10-08 |
John Resig | Fixed == change in ready. |
blob | commitdiff | diff to current |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
blob | commitdiff | diff to current |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery event: misc removal |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
blob | commitdiff | diff to current |
2009-09-14 |
Brandon Aaron | fix for #5198, event memory leak limited to IE only... |
blob | commitdiff | diff to current |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
blob | commitdiff | diff to current |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using docum... |
blob | commitdiff | diff to current |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
blob | commitdiff | diff to current |
2009-05-12 |
Brandon Aaron | fix regression in removing live events caused by r6324 |
blob | commitdiff | diff to current |
2009-05-10 |
Ariel Flesler | jquery event: misc change |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | unused, left-over code from r6344 |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
blob | commitdiff | diff to current |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
blob | commitdiff | diff to current |
2009-05-06 |
Brandon Aaron | fix for #3286 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | special event refactor left over code |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | fix for #2620 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | only copy guid from handler to modifiedHandler if it... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | event clean up |
blob | commitdiff | diff to current |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
blob | commitdiff | diff to current |
2009-04-22 |
Brandon Aaron | fix for #4268. bind now works with iframe windows.... |
blob | commitdiff | diff to current |
2009-04-22 |
Brandon Aaron | fix for #2911 |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
blob | commitdiff | diff to current |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup. |
blob | commitdiff | diff to current |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegEx... |
blob | commitdiff | diff to current |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
blob | commitdiff | diff to current |
2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
blob | commitdiff | diff to current |
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 |
next |