| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure that document.body exists, at least, in IE before the ready event i... | John Resig | 2009-11-07 | 1 | -1/+2 |
* | Consistant splits using " " instead of "," | visionmedia | 2009-10-27 | 1 | -3/+3 |
* | Fixed == change in ready. | John Resig | 2009-10-08 | 1 | -1/+2 |
* | Probably not the optimal solution, but tests pass. | Yehuda Katz | 2009-09-16 | 1 | -1/+37 |
* | jquery event: closes #5250. bind(), unbind() and one() support Object Literal... | Ariel Flesler | 2009-09-16 | 1 | -0/+25 |
* | jquery event: misc removal | Ariel Flesler | 2009-09-14 | 1 | -6/+2 |
* | jquery event: fixes #4989. blur and focus events now bubble and can be handle... | Ariel Flesler | 2009-09-14 | 1 | -2/+33 |
* | fix for #5198, event memory leak limited to IE only via conditional compilation | Brandon Aaron | 2009-09-14 | 1 | -2/+2 |
* | Make sure that at least one argument is provided to .slice(), in accordance w... | John Resig | 2009-07-23 | 1 | -3/+3 |
* | Support dynamically loaded copies of jQuery using document ready. Fixes #4889. | John Resig | 2009-07-22 | 1 | -0/+6 |
* | fix for #3533, triggering an event with a colon in the name on a table no lon... | Brandon Aaron | 2009-06-17 | 1 | -4/+10 |
* | fix regression in removing live events caused by r6324 | Brandon Aaron | 2009-05-12 | 1 | -2/+14 |
* | jquery event: misc change | Ariel Flesler | 2009-05-10 | 1 | -2/+3 |
* | unused, left-over code from r6344 | Brandon Aaron | 2009-05-07 | 1 | -2/+2 |
* | .bind() now accepts an optional thisObject as the last argument which is used... | Brandon Aaron | 2009-05-07 | 1 | -14/+42 |
* | fix for #4234. hover can take one function to use for both enter and leave. | Brandon Aaron | 2009-05-06 | 1 | -1/+1 |
* | fix for #3286 | Brandon Aaron | 2009-05-06 | 1 | -3/+6 |
* | fix global event triggering that i broke in r6323 | Brandon Aaron | 2009-05-01 | 1 | -4/+4 |
* | special event refactor left over code | Brandon Aaron | 2009-05-01 | 1 | -1/+1 |
* | fix for #2620 | Brandon Aaron | 2009-05-01 | 1 | -2/+2 |
* | only copy guid from handler to modifiedHandler if it does not already have one | Brandon Aaron | 2009-05-01 | 1 | -1/+1 |
* | live event handlers now receive data from trigger, fixes #4532, thanks nbubna | Brandon Aaron | 2009-04-30 | 1 | -2/+2 |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 1 | -41/+34 |
* | event clean up | Brandon Aaron | 2009-04-30 | 1 | -147/+200 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 1 | -2/+3 |
* | fix for #4268. bind now works with iframe windows. thanks tr4nslator | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | fix for #2911 | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -22/+22 |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 1 | -2/+2 |
* | Added some more information to the unload event cleanup. | John Resig | 2009-03-19 | 1 | -0/+3 |
* | No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1... | John Resig | 2009-02-26 | 1 | -4/+4 |
* | jquery event: Fixing event.currentTarget for live(). | Ariel Flesler | 2009-02-23 | 1 | -0/+1 |
* | jquery event: closes #4033. e.currentTarget wasn't being enforced for native ... | Ariel Flesler | 2009-02-17 | 1 | -1/+2 |
* | Fixed bubbling of live events (if an inner element handles an event first - a... | John Resig | 2009-02-09 | 1 | -1/+5 |
* | Added a fix, suggested by Diego, for IE firing the ready event too late. Fixe... | John Resig | 2009-01-28 | 1 | -1/+1 |
* | Focused support of .live(). stopPropagation and stopImmediatePropagation are ... | John Resig | 2009-01-20 | 1 | -3/+2 |
* | jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we d... | Ariel Flesler | 2009-01-19 | 1 | -3/+3 |
* | Made the IE frameElement check more explicit. Fixes #3880. | John Resig | 2009-01-17 | 1 | -1/+1 |
* | Landed a fix for when a DOM element gets accidentally removed by another live... | John Resig | 2009-01-10 | 1 | -4/+12 |
* | Didn't get specific enough with the proxy guid, fixes #3787. | John Resig | 2009-01-09 | 1 | -2/+2 |
* | Made it so that you can bind a single function to multiple .live() selectors.... | John Resig | 2009-01-09 | 1 | -7/+9 |
* | jquery event: Fixes #3538. unbind on many events was failing. | Ariel Flesler | 2009-01-08 | 1 | -3/+3 |
* | The triggered flag was being set too early, which was preventing bubbling for... | John Resig | 2009-01-05 | 1 | -2/+2 |
* | jquery event: Removed a needless if (old code) | Ariel Flesler | 2009-01-05 | 1 | -11/+9 |
* | .live("div div") was failing due to the extra space in the selector (which co... | John Resig | 2009-01-04 | 1 | -1/+1 |
* | jquery event: event.stopImmediatePropagation() stops live handlers as well. | Ariel Flesler | 2009-01-04 | 1 | -1/+1 |
* | jquery event: Misc, removed a commented line from last commit. | Ariel Flesler | 2009-01-02 | 1 | -6/+2 |
* | jquery event: Now using an internal argument to detect if bubbling on $.event... | Ariel Flesler | 2009-01-02 | 1 | -64/+59 |
* | jquery event: closes #3772. The extra function on $.event.trigger isn't suppo... | Ariel Flesler | 2009-01-02 | 1 | -14/+5 |
* | jquery event: event.timeStamp wasn't being created when passing just the type... | Ariel Flesler | 2008-12-31 | 1 | -5/+6 |