2011-11-08 |
Dave Methvin | Merge pull request #585 from dcherman/master
|
commit | commitdiff | tree |
2011-11-07 |
Dave Methvin | Fix #10646. Throw an Error object from `.error()` for...
|
commit | commitdiff | tree |
2011-11-07 |
Dave Methvin | Fix #10690. Make sure `.isNumeric()` can't get a `Date`.
|
commit | commitdiff | tree |
2011-11-07 |
Dave Methvin | Fix #10676. Remove `wheelDelta` from the event props...
|
commit | commitdiff | tree |
2011-11-07 |
Dave Methvin | Fix #10701, .preventDefault if an inline handler returns...
|
commit | commitdiff | tree |
2011-11-07 |
Dave Methvin | Since we fixed .is(POS) let's use it and save bytes.
|
commit | commitdiff | tree |
2011-11-06 |
Dave Methvin | Merge pull request #583 from JustinDrake/patch-2
|
commit | commitdiff | tree |
2011-11-06 |
Matt Mueller | Removed irrelevant comment.
|
commit | commitdiff | tree |
2011-11-06 |
Corey Frang | Removing a stale line of code in `.data()`
|
commit | commitdiff | tree |
2011-11-06 |
Toby Brain | Fix #10177. Pass correct index to function-parameter...
|
commit | commitdiff | tree |
2011-11-06 |
Berker Peksag | Chrome 10 slice bug has been fixed; remove workaround.
|
commit | commitdiff | tree |
2011-11-06 |
Rick Waldron | Coerce eq() argument all the time. Fixes #10616
|
commit | commitdiff | tree |
2011-11-06 |
Rick Waldron | User internalKey instead of jQuery.expando. Fixes ...
|
commit | commitdiff | tree |
2011-11-06 |
Dave Methvin | Streamline getComputedStyle per @JustinDrake's observation.
|
commit | commitdiff | tree |
2011-11-06 |
Mike Sherov | Fix #10691. Remove all instances of equals() and same...
|
commit | commitdiff | tree |
2011-11-06 |
Dave Methvin | Remove forever-alone regexps in event.js
|
commit | commitdiff | tree |
2011-11-06 |
Dave Methvin | Eliminate spurious error message from `which`.
|
commit | commitdiff | tree |
2011-11-03 |
Dave Methvin | Updating the source version to 1.7.1pre
|
commit | commitdiff | tree |
2011-11-03 |
Dave Methvin | Tagging the 1.7 release.
|
commit | commitdiff | tree |
2011-11-03 |
Dave Methvin | Update the version for building release notes.
|
commit | commitdiff | tree |
2011-11-01 |
Dave Methvin | Updating the source version to 1.7pre
|
commit | commitdiff | tree |
2011-11-01 |
Dave Methvin | Tagging the 1.7rc2 release.
|
commit | commitdiff | tree |
2011-10-31 |
Corey Frang | Renaming 'runner' to 'hooks' - makes it a little more...
|
commit | commitdiff | tree |
2011-10-27 |
Dave Methvin | DRY the hover pseudo-event, get the type right, allow...
|
commit | commitdiff | tree |
2011-10-27 |
Dave Methvin | Pass correct arg list to special._default. Thanks ...
|
commit | commitdiff | tree |
2011-10-27 |
Dave Methvin | Merge pull request #565 from rwldrn/10601
|
commit | commitdiff | tree |
2011-10-27 |
Dave Methvin | Make sure `.data("events")` still works, for now.
|
commit | commitdiff | tree |
2011-10-26 |
Dave Methvin | Fix #10588. For now, event voyeurism only merits the...
|
commit | commitdiff | tree |
2011-10-26 |
Dave Methvin | Fix #10576. Add alias for jQuery.event.handle so voyeur...
|
commit | commitdiff | tree |
2011-10-25 |
Dave Methvin | Fix #10575. Undeclared `matched` var hosed recursive...
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Updating the source version to 1.7pre
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Tagging the 1.7rc1 release.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Remove attribute match from quickIs
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Fix #10567. Make sure quickIs matches correct class...
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Fix 10558. Get the right element for checkClone; thanks...
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Fix #10563. Ensure event.currentTarget==this if delegated.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Stop global event bubbling using onlyHandlers flag.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Make jQuery().off(event) work for delegated events.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Fold dispatch function into main event dispatch.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Don't add an empty list of handlers.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Make event.currentTarget the delegate node, always.
|
commit | commitdiff | tree |
2011-10-24 |
Dave Methvin | Don't run direct handlers if delegate did .stopPropagation().
|
commit | commitdiff | tree |
2011-10-14 |
Dave Methvin | Updating the source version to 1.7pre
|
commit | commitdiff | tree |
2011-10-14 |
Dave Methvin | Tagging the 1.7b2 release.
|
commit | commitdiff | tree |
2011-10-13 |
Dave Methvin | Fix #10489. Disconnected elements don't bubble to document.
|
commit | commitdiff | tree |
2011-10-12 |
Dave Methvin | Tweak live-blur() test to silence a IE8 swarm fail.
|
commit | commitdiff | tree |
2011-10-12 |
Corey Frang | Squashed commit of the following: Author: Dave Methvin <dave.methvin@gmail.com>
|
commit | commitdiff | tree |
2011-10-12 |
Dave Methvin | Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
|
commit | commitdiff | tree |
2011-10-12 |
Dave Methvin | Fixes #10477. Get `.off(type, null, fn)` right.
|
commit | commitdiff | tree |
2011-10-11 |
Dave Methvin | Fix focus/blur unit test issues. Reopens #6705.
|
commit | commitdiff | tree |
2011-10-11 |
Dave Methvin | Fix #10468. Remove jQuery.event.proxy and jQuery.event...
|
commit | commitdiff | tree |
2011-10-07 |
Dave Methvin | Merge pull request #531 from rwldrn/events.js-cleanup
|
commit | commitdiff | tree |
2011-10-06 |
Dave Methvin | Rename jQuery.event.propHooks to .fixHooks.
|
commit | commitdiff | tree |
2011-10-05 |
Dave Methvin | Merge pull request #522 from rwldrn/10371
|
commit | commitdiff | tree |
2011-09-29 |
Dave Methvin | Fix #10375. Don't put `type` in jQuery.event.props
|
commit | commitdiff | tree |
2011-09-28 |
Dave Methvin | Updating the source version to 1.7pre
|
commit | commitdiff | tree |
2011-09-28 |
Dave Methvin | Tagging the 1.7b1 release.
|
commit | commitdiff | tree |
2011-09-28 |
Dave Methvin | Expose jQuery.event.simulate for use by special event...
|
commit | commitdiff | tree |
2011-09-26 |
Dave Methvin | Minor cleanups to code. Futile effort to get IE to...
|
commit | commitdiff | tree |
2011-09-25 |
Dave Methvin | propHooks now an object with `props` array and `filter...
|
commit | commitdiff | tree |
2011-09-25 |
Dave Methvin | Merge branch '8789-fun-with-fix' of https://github...
|
commit | commitdiff | tree |
2011-09-23 |
Dave Methvin | Simplify the `.closest(Array)` code since we no longer...
|
commit | commitdiff | tree |
2011-09-22 |
Dave Methvin | Allow more cases to use `innerHTML` in the `.html`...
|
commit | commitdiff | tree |
2011-09-22 |
Dave Methvin | Fix #7061. Lazy-attach to the genuine submit event...
|
commit | commitdiff | tree |
2011-09-21 |
Dave Methvin | Remove the rarely-used pseudos from quickis.html
|
commit | commitdiff | tree |
2011-09-21 |
Dave Methvin | Allow IE .trigger()ed events through on a check/radio.
|
commit | commitdiff | tree |
2011-09-21 |
Dave Methvin | Don't fire change on an already-selected radio.
|
commit | commitdiff | tree |
2011-09-21 |
Dave Methvin | Fix #6593. Don't let onchange trigger twice for elements...
|
commit | commitdiff | tree |
2011-09-20 |
Dave Methvin | Fix #9901, verified by this unit test.
|
commit | commitdiff | tree |
2011-09-20 |
Dave Methvin | Update qunit.
|
commit | commitdiff | tree |
2011-09-09 |
Dave Methvin | Updating the source version to 1.6.4pre
|
commit | commitdiff | tree |
2011-09-09 |
Dave Methvin | Tagging the 1.6.4rc1 release.
|
commit | commitdiff | tree |
2011-09-07 |
Dave Methvin | Merge pull request #489 from dmethvin/fix-10208-button...
|
commit | commitdiff | tree |
2011-09-07 |
Dave Methvin | Fix #10208. Check for `button` as well as `input` when...
|
commit | commitdiff | tree |
2011-09-07 |
rwldrn | Bug in rmultidash. Fixes #10194
|
commit | commitdiff | tree |
2011-09-07 |
rwldrn | Reverts broken support string. Fixes #10197
|
commit | commitdiff | tree |
2011-09-01 |
Dave Methvin | Merge branch 'master' of github.com:dmethvin/jquery
|
commit | commitdiff | tree |
2011-09-01 |
Dave Methvin | Updating the source version to 1.7pre.
|
commit | commitdiff | tree |
2011-09-01 |
Dave Methvin | Tagging the 1.6.3 release.
|
commit | commitdiff | tree |
2011-08-29 |
Dave Methvin | Merge branch 'master' of github.com:jquery/jquery
|
commit | commitdiff | tree |
2011-08-29 |
Dave Methvin | Updating the source version to 1.6.3
|
commit | commitdiff | tree |
2011-08-29 |
Dave Methvin | Tagging the 1.6.3rc1 release.
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #445 from rwldrn/9897
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #464 from dmethvin/fix-10021-relative...
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #465 from anton-ryzhov/master
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #468 from rwldrn/10080
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #473 from dmethvin/fix-10098-faux...
|
commit | commitdiff | tree |
2011-08-25 |
Dave Methvin | Merge pull request #474 from dmethvin/fix-9521-xss...
|
commit | commitdiff | tree |
2011-08-23 |
Dave Methvin | Use jdalton's shorter sequence for the chars.
|
commit | commitdiff | tree |
2011-08-23 |
Dave Methvin | Use a semantic name for the variable.
|
commit | commitdiff | tree |
2011-08-23 |
Dave Methvin | Prioritize #id over <tag> to avoid XSS via location...
|
commit | commitdiff | tree |
2011-08-23 |
Dave Methvin | Fixes #10098. Avoid a slashy-starry char sequence in...
|
commit | commitdiff | tree |
2011-08-16 |
Dave Methvin | Check for null before isNaN().
|
commit | commitdiff | tree |
2011-08-16 |
Dave Methvin | Save a few bytes, thanks @danheberden!
|
commit | commitdiff | tree |
2011-08-16 |
Dave Methvin | Fixes #10021. Allow negative relative values for `...
|
commit | commitdiff | tree |
2011-08-05 |
Dave Methvin | Merge pull request #456 from rwldrn/9318
|
commit | commitdiff | tree |
2011-08-05 |
Dave Methvin | Merge pull request #455 from rwldrn/9413
|
commit | commitdiff | tree |
2011-08-05 |
Dave Methvin | Merge pull request #454 from rwldrn/test-suite-fix
|
commit | commitdiff | tree |
2011-08-04 |
Dave Methvin | Merge pull request #367 from gnarf37/index-optimize
|
commit | commitdiff | tree |
2011-08-04 |
Dave Methvin | Merge pull request #416 from gnarf37/ticket_6652
|
commit | commitdiff | tree |