2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
blob | commitdiff |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit. |
blob | commitdiff | diff to current |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of... |
blob | commitdiff | diff to current |
2009-12-21 |
Alexander Farkas | Make sure that the beforeactivate event isn't accidenta... |
blob | commitdiff | diff to current |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,... |
blob | commitdiff | diff to current |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | No need to use the conditional comment for binding... |
blob | commitdiff | diff to current |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35... |
blob | commitdiff | diff to current |
2009-12-16 |
jeresig | No need to use jQuery's event system for binding the... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-10 |
Karl Swedberg | combined jQuery.bind() and jQuery.one() to make them... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Restrict the attr quick setters to only methods that... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Add a try/catch to handle the exception thrown by unloa... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Make sure that we don't try to trigger non-existant... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | We have to access the native event handlers/triggers... |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery. |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Broke out the logic for the bubbling change/submit... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Make sure that we're doing proper focus bubble testing... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Adding in cross-browser onbeforeunload support. Fixes... |
blob | commitdiff | diff to current |
2009-12-06 |
lrbabe | Fix inverted 'orig' and 'fix' event in mouseenter/mouse... |
blob | commitdiff | diff to current |
2009-12-06 |
Karl Swedberg | added semicolons to end of 2 statements (and fixed... |
blob | commitdiff | diff to current |
2009-12-05 |
John Resig | Retooled the native triggering code, simplifying it. |
blob | commitdiff | diff to current |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
blob | commitdiff | diff to current |
2009-12-03 |
jeresig | Landed the rest of the liveHandler rewrite that takes... |
blob | commitdiff | diff to current |
2009-12-03 |
jeresig | No need to do the closest match if no selectors are... |
blob | commitdiff | diff to current |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Re-adding zeros removed from slice calls in last commit. |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
blob | commitdiff | diff to current |
2009-11-17 |
Andrea Giammarchi | Changed the === undefined ready event check to == null... |
blob | commitdiff | diff to current |
2009-11-11 |
Rich Dougherty | Land Rich's fix for not using window.top to do frame... |
blob | commitdiff | diff to current |
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 |
next |