Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure that mouseenter/mouseleave fire on the correct element when doing ↵ | John Resig | 2011-05-10 | 1 | -3/+4 |
| | | | | delegation. Fixes #9069. | ||||
* | Restores var names to satisfy the crock-machine. Supplements #9008 | Rick Waldron | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Restored /g flag to rspaces; Adds unit tests; Supplements #9008 | Rick Waldron | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | Make cached rspaces regex definitions consistent. Fixes #9008 | rwldrn | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | Landing pull request 344. using jQuery.nodeName where applicable. | Jordan Boesch | 2011-04-23 | 1 | -4/+4 |
| | | | | | More Details: - https://github.com/jquery/jquery/pull/344 | ||||
* | Merge branch 'master' of github.com:jquery/jquery into fix-8790a-quicker-trigger | Dave Methvin | 2011-04-21 | 1 | -3/+8 |
|\ | |||||
| * | DRY out #6514 | Rick Waldron | 2011-04-17 | 1 | -1/+1 |
| | | |||||
| * | Fix live mouseenter and mouseleave binding so they can be activated by ↵ | Brian Brennan | 2011-04-17 | 1 | -1/+1 |
| | | | | | | | | triggers. Fixes #6514. | ||||
| * | Added check for live mouseenter/mouseleave events if bound to nested ↵ | Gilmore Davidson | 2011-04-17 | 1 | -0/+5 |
| | | | | | | | | elements with the same selector. Fixes #5884. | ||||
| * | Make sure that there isn't an error if no event object exists. Fixes #8755. | John Resig | 2011-04-17 | 1 | -1/+1 |
| | | |||||
| * | Allow function to be passed in as a data object to bind and one. Fixes #6993. | John Resig | 2011-04-16 | 1 | -1/+1 |
| | | |||||
* | | Follow-up to #8790. Delay the creation of a jQuery.Event until we know it ↵ | Dave Methvin | 2011-04-16 | 1 | -26/+23 |
|/ | | | | will need to be triggered. | ||||
* | Fix test suite fail in IE6/7 on event:undelegate - was failing an if where ↵ | timmywil | 2011-04-13 | 1 | -2/+2 |
| | | | | it shouldn't | ||||
* | Followup to #8753. Modify new Event constructor signature to ↵ | Dave Methvin | 2011-04-12 | 1 | -15/+9 |
| | | | | jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well. | ||||
* | Merge branch 'fix-8790-quick-trigger' | Dave Methvin | 2011-04-12 | 1 | -4/+5 |
|\ | | | | | | | | | Conflicts: src/event.js | ||||
| * | Explicitly set event.type in case we chopped out a namespace or exclusive flag. | Dave Methvin | 2011-04-12 | 1 | -0/+1 |
| | | |||||
| * | Use explicit "new jQuery.Event" to avoid double-function-call overhead. | Dave Methvin | 2011-04-12 | 1 | -3/+3 |
| | | |||||
* | | Accessing the 'type' property on VML elements fails on IE. Fixes #7071. | John Firebaugh | 2011-04-12 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into ↵ | John Resig | 2011-04-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | timmywil-Sub_Naming Conflicts: src/core.js src/css.js src/event.js | ||||
| * | | Changed $.sub internals to match sub naming, added some more spacing in some ↵ | Timmy Willison | 2011-02-06 | 1 | -4/+2 |
| | | | | | | | | | | | | areas for readability | ||||
* | | | More formatting tweaks. | John Resig | 2011-04-12 | 1 | -2/+2 |
| | | | |||||
* | | | Fixing some minor formatting problems. | John Resig | 2011-04-12 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery ↵ | John Resig | 2011-04-12 | 1 | -15/+31 |
|\ \ \ | | |/ | |/| | | | | into dmethvin-fix-8790-quick-trigger | ||||
| * | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -0/+8 |
| |\ \ | |||||
| * | | | Shave some time off array setup in trigger/handle | Dave Methvin | 2011-04-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-11 | 1 | -1/+4 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/event.js | ||||
| * | | | | Move initialization of event until we determine if anyone wants it. | Dave Methvin | 2011-04-11 | 1 | -15/+18 |
| | | | | | |||||
| * | | | | Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger | Dave Methvin | 2011-04-10 | 1 | -34/+54 |
| |\ \ \ \ | |||||
| * | | | | | Allow specific custom events to exit trigger early if there are no handlers ↵ | Dave Methvin | 2011-04-06 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | bound for that type. | ||||
* | | | | | | Removing un-needed frameElement check as discussed in #8018. Fixes #8108. | jeresig | 2011-04-12 | 1 | -11/+0 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777 | jeresig | 2011-04-11 | 1 | -0/+8 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | Conflicts: src/event.js | ||||
| * | | | | Ticket #8777 undelegate by namespace | rwldrn | 2011-04-05 | 1 | -2/+11 |
| | | | | | |||||
* | | | | | Ticket #8753 Always set event type explicitly | Rick Waldon | 2011-04-11 | 1 | -2/+5 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into ↵ | jeresig | 2011-04-10 | 1 | -17/+27 |
|\ \ \ \ | | | | | | | | | | | | | | | | gf3-proxy-native-bind | ||||
| * \ \ \ | Merge branch 'master' into proxy-native-bind | Gianni Chiappetta | 2011-01-21 | 1 | -67/+55 |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (194 commits) Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was causing problems with the focusin event, see: #7340. Replaces "text in-between" technique with a full-fledged one-level transitive search for converters (unit tests added). Also cleans up auto dataType determination and adds converter checks in order to guess the best dataType possible. Moves determineResponse logic into main ajax callback. Puts responseXXX fields definitions into ajaxSettings. Removes misleading comment. Bring jQuery('#id') and jQuery('body') logic back into core (while leaving it in Sizzle at the same time). Was causing too much of a performance hit to leave it all to Sizzle. Renames Deferred's fire and fireReject methods as resolveWith and rejectWith respectively. Fix typo in regex tweak from previous commit. Renames determineDataType as determineResponse. Makes it more generic as a first step into integrating the logic into the main ajax done callback. Also fixes some comments in ajax/xhr.js. Move jQuery(...) selector speed-up logic into Sizzle(...) qSA handling. Additionally add in a new catch for Sizzle('.class') (avoid using qSA and use getElementsByClassName instead, where applicable). Revises the way arguments are handled in ajax. Makes sure statusCode callbacks are ordered in the same way success and error callbacks are. Unit tests added. Cleans up and simplifies code shared by ajaxPrefilter and ajaxTransport. Removes chainability of ajaxSetup, ajaxPrefilter and ajaxTransport. Also makes sure context is handled properly by ajaxSetup (unit test added). Rework unit tests to check actual result elements. Moves active counter test after all other ajax tests where it should be. Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. Moves things around to make jsLint happier. Fixes crossDomain test so that it assumes port to be 80 for http and 443 for https when it is not provided. Moves determineDataType into ajaxSettings so that it is accessible to transports without the need for a second argument and so that we can now pass the original options to the transport instead. Also ensures the original options are actually propagated to prefilters (they were not). Re-adds hastily removed variable and simplifies statusCode based callbacks handling. Use undefined instead of 0 to deference transport for clarity. ... Conflicts: src/event.js | ||||
| * | | | | Fixing $.proxy to work like (and use) Function.prototype.bind (ticket #7783) | Gianni Chiappetta | 2010-12-14 | 1 | -17/+27 |
| | | | | | | | | | | | | | | | | | | | | http://bugs.jquery.com/ticket/7783 | ||||
* | | | | | Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into ↵ | jeresig | 2011-04-10 | 1 | -4/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rwldrn-eventprops.1.6final Conflicts: test/unit/event.js | ||||
| * | | | | | Remove this.type assignment | rwldrn | 2011-04-05 | 1 | -4/+0 |
| | | | | | | |||||
| * | | | | | Move this.type setting to after prop set; avoid setting twice | rwldrn | 2011-04-05 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event ↵ | rwldrn | 2011-04-05 | 1 | -3/+14 |
| | |_|/ / | |/| | | | | | | | | | | | | | objects | ||||
* | | | | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow ↵ | Dave Methvin | 2011-04-07 | 1 | -13/+13 |
| |_|_|/ |/| | | | | | | | | | | | bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say. | ||||
* | | | | Fix #8732. Change feature detect for focusin event support, so IE9 won't ↵ | Dave Methvin | 2011-04-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | have duplicate events. | ||||
* | | | | Fixes #8712. Bubble custom events to the window when they are triggered. ↵ | Dave Methvin | 2011-04-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | Ride that, Cowboy! | ||||
* | | | | Fix some spacing and comment issues that crept in with the rebase. | Dave Methvin | 2011-04-06 | 1 | -61/+60 |
| | | | | |||||
* | | | | Sadly, we still have to bubble the event so inline handlers will work. | Dave Methvin | 2011-04-06 | 1 | -5/+4 |
| | | | | |||||
* | | | | Only bubble a triggered event if we have attached a jQuery handler, but ↵ | Dave Methvin | 2011-04-06 | 1 | -27/+30 |
| | | | | | | | | | | | | | | | | check the current element for an inline handler regardless. Make some other size optimizations as well. | ||||
* | | | | Switch from recursion to iteration for event triggering. Move event-name ↵ | Dave Methvin | 2011-04-06 | 1 | -70/+52 |
| | | | | | | | | | | | | | | | | namespace processing out of event handler, since it has to always go through trigger. | ||||
* | | | | Shorten up the code and do event cleanup on test cases. | Dave Methvin | 2011-04-05 | 1 | -8/+3 |
| | | | | |||||
* | | | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into ↵ | Dave Methvin | 2011-04-05 | 1 | -1/+6 |
|\ \ \ \ | |/ / / |/| | | | | | | | rwldrn-ticket_7883 | ||||
| * | | | #7883 .delegate and .live should accept false as the fn arg, like bind | rwldrn | 2011-01-01 | 1 | -1/+6 |
| | | | |