Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix #6593. Don't trigger `change` event twice when simulating it on IE. | Dave Methvin | 2011-09-19 | 1 | -2/+2 | |
| | ||||||
* | Fix #6170. Don't try to run DOM methods on `window`. | Dave Methvin | 2011-09-19 | 1 | -3/+4 | |
| | ||||||
* | Remove the relatedTarget adjustment for mouseenter/leave events, it's an ↵ | Dave Methvin | 2011-09-19 | 1 | -7/+3 | |
| | | | | ambiguous case anyway and it is expensive to do. | |||||
* | Cosmetic and style cleanups. | Dave Methvin | 2011-09-19 | 1 | -33/+32 | |
| | ||||||
* | Fix the special event handler for mouseover/out events. | Dave Methvin | 2011-09-19 | 1 | -1/+3 | |
| | | | | And use the /dist version of jquery.js, willya? | |||||
* | Rework #1486 patch to avoid `try/catch` and look for hidden elements by ↵ | Dave Methvin | 2011-09-19 | 1 | -14/+12 | |
| | | | | `.offsetWidth`. Unit test currently disabled due to Chrome bug. | |||||
* | Fix #9951. Precompute path for `.trigger()` to match up with W3C spec. | Dave Methvin | 2011-09-19 | 1 | -33/+36 | |
| | ||||||
* | Fix some messy rebasing issues. | Dave Methvin | 2011-09-19 | 1 | -28/+24 | |
| | ||||||
* | Fixes for IE8. Avoid killer recursion in special events during removal. Use ↵ | Dave Methvin | 2011-09-19 | 1 | -11/+13 | |
| | | | | q instead of quote in unit tests. | |||||
* | The unload event no longer needs the IE6SP2 fix, see ↵ | Dave Methvin | 2011-09-19 | 1 | -1/+1 | |
| | | | | http://bugs.jquery.com/ticket/8982 | |||||
* | Clean up the delegate matching logic. | Dave Methvin | 2011-09-19 | 1 | -2/+2 | |
| | ||||||
* | Make a `blur` event bubble properly when mutated into a `focusout` event. | Dave Methvin | 2011-09-19 | 1 | -7/+10 | |
| | ||||||
* | Remove redundancy in the IE special submit handler. | Dave Methvin | 2011-09-19 | 1 | -13/+6 | |
| | ||||||
* | Fix simulate() arg order. | Dave Methvin | 2011-09-19 | 1 | -1/+1 | |
| | ||||||
* | Clean up the quick selector expression parsing code. | Dave Methvin | 2011-09-19 | 1 | -24/+27 | |
| | ||||||
* | special.handle now must call the handleObj.handler if it wants that to ↵ | Dave Methvin | 2011-09-19 | 1 | -29/+23 | |
| | | | | happen. Also re-use the simulate() function for bubbling focusin. | |||||
* | Rework the special events interface to add handle and trigger hooks. Modify ↵ | Dave Methvin | 2011-09-19 | 1 | -125/+136 | |
| | | | | IE change/submit special events to take advantage of them. Rewrite mouseover/enter code as special events rather than inline code. In the event unit test, set a tabindex on the div element and focus it first to justify a legitimate blur event. | |||||
* | Rewrite IE special change/submit to make it faster/shorter. Fixes #6319. | Dave Methvin | 2011-09-19 | 1 | -52/+49 | |
| | ||||||
* | Fixes #8858. Pass the .trigger(..., data) to the event.special._default method. | Dave Methvin | 2011-09-19 | 1 | -1/+1 | |
| | ||||||
* | Add unit tests for quickIs cases and fix the regexp as a result. | Dave Methvin | 2011-09-19 | 1 | -4/+4 | |
| | ||||||
* | Pre-compute delegated event path and handlers to comply with ↵ | Dave Methvin | 2011-09-19 | 1 | -17/+21 | |
| | | | | http://www.w3.org/TR/DOM-Level-3-Events/#event-flow | |||||
* | jQuery 1.7 event work: | Dave Methvin | 2011-09-19 | 1 | -443/+325 | |
| | | | | | | | | Add .on() and .off() methods. Write existing methods in terms of on/off. Rewrite delegated handling to remove "live" event. Fix existing code for jQuery style guide. Fix existing bug in unit tests calling .undelegate() | |||||
* | Fix #10208. Check for `button` as well as `input` when performing the #7071 ↵ | Dave Methvin | 2011-09-07 | 1 | -2/+3 | |
| | | | | VML crash workaround for IE special-events submit code. | |||||
* | Make sure that Internet Explorer 6-8 won't give a "failed" error, when a ↵ | Steen Nielsen | 2011-07-15 | 1 | -3/+4 | |
| | | | | request for type is made on vml objects | |||||
* | Landing pull request 397. withinElement rewrite in event. Fixes #6234, ↵ | rwldrn | 2011-06-14 | 1 | -18/+11 | |
| | | | | | | | | | | #9357, #9447. More Details: - https://github.com/jquery/jquery/pull/397 - http://bugs.jquery.com/ticket/6234 - http://bugs.jquery.com/ticket/9357 - http://bugs.jquery.com/ticket/9447 | |||||
* | Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510. | rwldrn | 2011-06-06 | 1 | -2/+1 | |
| | | | | | | More Details: - https://github.com/jquery/jquery/pull/404 - http://bugs.jquery.com/ticket/9510 | |||||
* | Landing pull request 377. Check custom data != null(undefined), allows zero; ↵ | Rick Waldron | 2011-05-16 | 1 | -1/+1 | |
| | | | | | | | | Fixes #9285. More Details: - https://github.com/jquery/jquery/pull/377 - http://bugs.jquery.com/ticket/9285 | |||||
* | 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 |