aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* fix regression in removing live events caused by r6324Brandon Aaron2009-05-121-2/+14
* jquery event: misc changeAriel Flesler2009-05-101-2/+3
* unused, left-over code from r6344Brandon Aaron2009-05-071-2/+2
* .bind() now accepts an optional thisObject as the last argument which is used...Brandon Aaron2009-05-071-14/+42
* fix for #4234. hover can take one function to use for both enter and leave.Brandon Aaron2009-05-061-1/+1
* fix for #3286Brandon Aaron2009-05-061-3/+6
* fix global event triggering that i broke in r6323Brandon Aaron2009-05-011-4/+4
* special event refactor left over codeBrandon Aaron2009-05-011-1/+1
* fix for #2620Brandon Aaron2009-05-011-2/+2
* only copy guid from handler to modifiedHandler if it does not already have oneBrandon Aaron2009-05-011-1/+1
* live event handlers now receive data from trigger, fixes #4532, thanks nbubnaBrandon Aaron2009-04-301-2/+2
* refactor specialAll into add and remove hooks for existing special events, li...Brandon Aaron2009-04-301-41/+34
* event clean upBrandon Aaron2009-04-301-147/+200
* .unbind() without any arguments now also unbinds namespaced events. fixes #46...Brandon Aaron2009-04-291-2/+3
* fix for #4268. bind now works with iframe windows. thanks tr4nslatorBrandon Aaron2009-04-221-1/+1
* fix for #2911Brandon Aaron2009-04-221-1/+1
* remove trailing spacesBrandon Aaron2009-03-231-22/+22
* fix for #4189, live/die now work with contexts other than just documentBrandon Aaron2009-03-201-2/+2
* Added some more information to the unload event cleanup.John Resig2009-03-191-0/+3
* No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1...John Resig2009-02-261-4/+4
* jquery event: Fixing event.currentTarget for live().Ariel Flesler2009-02-231-0/+1
* jquery event: closes #4033. e.currentTarget wasn't being enforced for native ...Ariel Flesler2009-02-171-1/+2
* Fixed bubbling of live events (if an inner element handles an event first - a...John Resig2009-02-091-1/+5
* Added a fix, suggested by Diego, for IE firing the ready event too late. Fixe...John Resig2009-01-281-1/+1
* Focused support of .live(). stopPropagation and stopImmediatePropagation are ...John Resig2009-01-201-3/+2
* jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we d...Ariel Flesler2009-01-191-3/+3
* Made the IE frameElement check more explicit. Fixes #3880.John Resig2009-01-171-1/+1
* Landed a fix for when a DOM element gets accidentally removed by another live...John Resig2009-01-101-4/+12
* Didn't get specific enough with the proxy guid, fixes #3787.John Resig2009-01-091-2/+2
* Made it so that you can bind a single function to multiple .live() selectors....John Resig2009-01-091-7/+9
* jquery event: Fixes #3538. unbind on many events was failing.Ariel Flesler2009-01-081-3/+3
* The triggered flag was being set too early, which was preventing bubbling for...John Resig2009-01-051-2/+2
* jquery event: Removed a needless if (old code)Ariel Flesler2009-01-051-11/+9
* .live("div div") was failing due to the extra space in the selector (which co...John Resig2009-01-041-1/+1
* jquery event: event.stopImmediatePropagation() stops live handlers as well.Ariel Flesler2009-01-041-1/+1
* jquery event: Misc, removed a commented line from last commit.Ariel Flesler2009-01-021-6/+2
* jquery event: Now using an internal argument to detect if bubbling on $.event...Ariel Flesler2009-01-021-64/+59
* jquery event: closes #3772. The extra function on $.event.trigger isn't suppo...Ariel Flesler2009-01-021-14/+5
* jquery event: event.timeStamp wasn't being created when passing just the type...Ariel Flesler2008-12-311-5/+6
* jquery event: Ariel Flesler2008-12-311-53/+80
* jquery event: removed the argument dohandlers from $.trigger. Uses another ap...Ariel Flesler2008-12-301-16/+13
* Made sure that return false works in .live() along with the event object bein...John Resig2008-12-301-3/+7
* jquery event: jQuery.Event can be instantiated without the 'new' keyword.Ariel Flesler2008-12-291-3/+7
* jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ...Ariel Flesler2008-12-251-63/+74
* Disabled native event triggering (and, thus, bubbling) for global events.John Resig2008-12-221-1/+1
* Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ...John Resig2008-12-221-21/+75
* Added support for bubbling triggered events.John Resig2008-12-221-0/+6
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-211-33/+31
* Fixed a problem with multi-namespaced events not targetting the correct funct...John Resig2008-12-191-3/+5
* Removing remaining strict-mode warnings.John Resig2008-12-191-2/+3