aboutsummaryrefslogtreecommitdiffstats
path: root/src/event.js
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-0/+8
|\
| * Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777jeresig2011-04-111-0/+8
| |\
| | * Ticket #8777 undelegate by namespacerwldrn2011-04-051-2/+11
* | | Shave some time off array setup in trigger/handleDave Methvin2011-04-111-2/+2
* | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-111-1/+4
|\| |
| * | Ticket #8753 Always set event type explicitlyRick Waldon2011-04-111-2/+5
* | | Move initialization of event until we determine if anyone wants it.Dave Methvin2011-04-111-15/+18
* | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-triggerDave Methvin2011-04-101-34/+54
|\| |
| * | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-17/+27
| |\ \
| | * \ Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-211-67/+55
| | |\ \
| | * | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783)Gianni Chiappetta2010-12-141-17/+27
| * | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into r...jeresig2011-04-101-4/+14
| |\ \ \ \
| | * | | | Remove this.type assignmentrwldrn2011-04-051-4/+0
| | * | | | Move this.type setting to after prop set; avoid setting twicerwldrn2011-04-051-1/+4
| | * | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o...rwldrn2011-04-051-3/+14
| | | |_|/ | | |/| |
| * | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu...Dave Methvin2011-04-071-13/+13
* | | | | Allow specific custom events to exit trigger early if there are no handlers b...Dave Methvin2011-04-061-2/+15
|/ / / /
* | | | Fix #8732. Change feature detect for focusin event support, so IE9 won't have...Dave Methvin2011-04-061-1/+1
* | | | Fixes #8712. Bubble custom events to the window when they are triggered. Ride...Dave Methvin2011-04-061-1/+2
* | | | Fix some spacing and comment issues that crept in with the rebase.Dave Methvin2011-04-061-61/+60
* | | | Sadly, we still have to bubble the event so inline handlers will work.Dave Methvin2011-04-061-5/+4
* | | | Only bubble a triggered event if we have attached a jQuery handler, but check...Dave Methvin2011-04-061-27/+30
* | | | Switch from recursion to iteration for event triggering. Move event-name name...Dave Methvin2011-04-061-70/+52
* | | | Shorten up the code and do event cleanup on test cases.Dave Methvin2011-04-051-8/+3
* | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti...Dave Methvin2011-04-051-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | #7883 .delegate and .live should accept false as the fn arg, like bindrwldrn2011-01-011-1/+6
* | | | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery...jeresig2011-03-211-1/+1
|\ \ \ \
| * | | | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo...Dave Methvin2011-03-091-1/+1
* | | | | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu...Dave Methvin2011-03-041-9/+23
|/ / / /
* | | | Bug #6911 - Prevent action on disabled elements, both triggering and bound vi...Dan Heberden2011-02-181-1/+1
* | | | A temporary workaround for #8018 that avoids any chance of compatibility-brea...Alex Sexton2011-02-171-4/+9
* | | | Fix some whitespace issues.Anton M2011-02-151-1/+1
* | | | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ...Dave Methvin2011-02-151-9/+17
* | | | Make sure that mousing over Chrome "internal div" doesn't trigger a mouseleav...Anton M2011-02-081-0/+6
* | | | Revert "Make sure that mousing over Chrome "internal div" elements results in...Anton M2011-02-081-3/+1
* | | | Make sure that mousing over Chrome "internal div" elements results in no trig...Anton M2011-02-081-1/+3
* | | | Update $.data to use a function instead of an object when attaching to JS obj...Colin Snover2011-02-071-44/+12
| |_|/ |/| |
* | | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was...jeresig2011-01-211-10/+5
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-171-21/+25
|\ \ \
| * | | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-091-21/+25
| |/ /
* | | Merging pull request 183 for #7793.jeresig2011-01-171-1/+1
|\ \ \ | |/ / |/| |
| * | Simplify the check for isDefaultPrevented.Dave Methvin2010-12-241-4/+2
| * | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-231-0/+6
| |/
* | Merge branch 'fix7762' into jquery master. Fixes #7762.Colin Snover2010-12-301-43/+26
|\ \
| * | Clearing event handlers on unload is no longer necessary in any version of IE...Colin Snover2010-12-261-17/+0
| * | Fix whitespace in event.jsColin Snover2010-12-261-26/+26
| |/
* / When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-271-0/+6
|/
* Merge branch 't6398' of https://github.com/jitter/jquery into jitter-t6398John Resig2010-12-061-1/+1
|\
| * Make sure custom events named "submit" can be bound to non DOM elements in IE...Anton M2010-11-211-1/+1
* | Fix for #6911 - prevent disabled elements in liveHandlerdanheberden2010-11-211-2/+2
|/