aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* added curly braces around all if/else statementsKarl Swedberg2009-11-281-20/+24
* Re-adding zeros removed from slice calls in last commit.Robert Katic2009-11-261-2/+2
* Corrected RegExp to match event namespaces. Fixes #5303.Robert Katic2009-11-261-2/+2
* Changed the === undefined ready event check to == null since frameElement is ...Andrea Giammarchi2009-11-171-1/+1
* Land Rich's fix for not using window.top to do frame detection. Fixes #4787.Rich Dougherty2009-11-111-3/+8
* Making sure that you can bind multiple toggles to a single element without pr...Mr Speaker2009-11-111-2/+3
* Require that, at least, document.body exists before firing the ready event. T...John Resig2009-11-091-0/+4
* Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket ...John Resig2009-11-091-1/+1
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-11-091-4/+3
|\
| * Cleanup bubbling focus and blur eventslrbabe2009-11-091-4/+3
* | Making mouseenter and mouseleave work with .live().lrbabe2009-11-091-6/+22
|/
* Make liveHandler to use jQuery.lastCloser and speed up internal sorting.rkatic2009-11-081-3/+3
* Make sure that document.body exists, at least, in IE before the ready event i...John Resig2009-11-071-1/+2
* Consistant splits using " " instead of ","visionmedia2009-10-271-3/+3
* Fixed == change in ready.John Resig2009-10-081-1/+2
* Probably not the optimal solution, but tests pass.Yehuda Katz2009-09-161-1/+37
* jquery event: closes #5250. bind(), unbind() and one() support Object Literal...Ariel Flesler2009-09-161-0/+25
* jquery event: misc removalAriel Flesler2009-09-141-6/+2
* jquery event: fixes #4989. blur and focus events now bubble and can be handle...Ariel Flesler2009-09-141-2/+33
* fix for #5198, event memory leak limited to IE only via conditional compilationBrandon Aaron2009-09-141-2/+2
* Make sure that at least one argument is provided to .slice(), in accordance w...John Resig2009-07-231-3/+3
* Support dynamically loaded copies of jQuery using document ready. Fixes #4889.John Resig2009-07-221-0/+6
* fix for #3533, triggering an event with a colon in the name on a table no lon...Brandon Aaron2009-06-171-4/+10
* 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