]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2011-11-17 Rick WaldronLanding pull request 604. Updates bind to on in src...
2011-11-17 timmywilRemove the invisible body in support; Add temporary...
2011-11-17 Dave MethvinUse .wrapAll to wrap both text nodes in #10812 so IE9...
2011-11-17 Dave MethvinFix #10812, let .before() and .after() work on empty...
2011-11-16 timmywilFix error in test suite from testElementCrash.html...
2011-11-16 Dave MethvinFix #10791. SVG clamors for special treatment of its...
2011-11-16 Dave MethvinFix #10798. Don't re-bubble trigger()ed events in IE.
2011-11-15 Dave MethvinAllow mapped types to be removed by a namespace-only...
2011-11-15 Dave MethvinFix #10794. .triggerHandler() should not .preventDefault().
2011-11-14 timmywilMicrooptimization in jQuery.attr and remove the redunda...
2011-11-14 Rick WaldronLanding pull request 600. Remove jQuery.trim() to resto...
2011-11-14 jrburkeLanding pull request 586. Create exports.js for exporti...
2011-11-14 Corey FrangEnsuring that nulls in private data object won't cause...
2011-11-14 OlegFix #10773. Improve parameter handling in removeAttr.
2011-11-14 Dave MethvinPre-focus the element so the browser won't fire focus...
2011-11-14 Dave MethvinDisable DOM focusin test since it can't really work...
2011-11-14 Dave MethvinCatch more cases where special events were incorrectly...
2011-11-11 Mike Sherovuse for loop instead of jQuery.each in getWH()
2011-11-11 Dave MethvinAvoid collateral damage when removing bindType/delegate...
2011-11-10 Dave MethvinEnsure the hover event doesn't match hovercraft. Witchc...
2011-11-10 timmywilMove clearing the support vars to before the offset...
2011-11-10 Dave MethvinThe special.handle hook is for origType, not the mapped...
2011-11-10 Dave MethvinFix #10705. Don't bail too soon in `.off()` event strin...
2011-11-10 Daniel HermanRemoving .unbind in favor of .off in jQuery.ready
2011-11-09 Dave MethvinFix #10712. Deal with focus/blur morphing to focusin...
2011-11-09 Dave MethvinFix #10717, .trigger("load") on images can't bubble...
2011-11-09 jaubourgHave Deferred.always return the object onto which it...
2011-11-08 Dave MethvinTake 2 on "Fix ajax to always expect an Error object...
2011-11-08 Dave MethvinRevert "Catch one more place where a plain-text error...
2011-11-08 timmywilUpdate Sizzle. Adds document to acceptable nodeTypes...
2011-11-08 Dave MethvinCatch one more place where a plain-text error was thrown.
2011-11-08 timmywilRefactor clone a bit to only create one clone on any...
2011-11-08 Dave MethvinMerge branch 'master' of github.com:jquery/jquery
2011-11-08 Dave MethvinFix ajax to always expect an Error object, per #10646.
2011-11-08 timmywilUpdate Sizzle
2011-11-08 timmywilRemove test of the invalid object for IE9's sake; Rewri...
2011-11-08 timmywilComment out an ajax test that exposed a bug in Opera...
2011-11-08 Rick WaldronFix busted rnoshimcache. Correctly clone detached unkno...
2011-11-08 Dave MethvinMerge pull request #585 from dcherman/master
2011-11-07 Daniel HermanReplace .bind with .on when building event aliases 585/head
2011-11-07 timmywilUpdate Sizzle
2011-11-07 Dave MethvinFix #10646. Throw an Error object from `.error()` for...
2011-11-07 Dave MethvinFix #10690. Make sure `.isNumeric()` can't get a `Date`.
2011-11-07 Dave MethvinFix #10676. Remove `wheelDelta` from the event props...
2011-11-07 Dave MethvinFix #10701, .preventDefault if an inline handler return...
2011-11-07 timmywilAdd back unit in the width/height step function. Fixes...
2011-11-07 Dave MethvinSince we fixed .is(POS) let's use it and save bytes.
2011-11-06 Dave MethvinMerge pull request #583 from JustinDrake/patch-2
2011-11-06 JustinIt seems the convention is to use `self` for caching... 583/head
2011-11-06 Matt MuellerRemoved irrelevant comment.
2011-11-06 Corey FrangRemoving a stale line of code in `.data()`
2011-11-06 Toby BrainFix #10177. Pass correct index to function-parameter...
2011-11-06 Berker PeksagChrome 10 slice bug has been fixed; remove workaround.
2011-11-06 Rick WaldronCoerce eq() argument all the time. Fixes #10616
2011-11-06 Rick WaldronUser internalKey instead of jQuery.expando. Fixes ...
2011-11-06 Dave MethvinStreamline getComputedStyle per @JustinDrake's observation.
2011-11-06 Mike SherovFix #10691. Remove all instances of equals() and same...
2011-11-06 Dave MethvinRemove forever-alone regexps in event.js
2011-11-06 Dave MethvinEliminate spurious error message from `which`.
2011-11-06 Rick WaldronFixes jQuery.fragments cache and adds tests. Fixes... 579/head
2011-11-03 Dave MethvinUpdating the source version to 1.7.1pre
2011-11-03 Dave MethvinTagging the 1.7 release.
2011-11-03 Dave MethvinUpdate the version for building release notes.
2011-11-02 timmywilCorrect typo in support.js assigning margin-top with...
2011-11-01 Dave MethvinUpdating the source version to 1.7pre
2011-11-01 Dave MethvinTagging the 1.7rc2 release.
2011-11-01 timmywilAdd return in the offset support tests if the body...
2011-11-01 timmywilFix a failing effects test in IE; minor style changes...
2011-10-31 timmywilPass iframe support tests at doc ready. Fixes support...
2011-10-31 timmywilRevert "Landing pull request 530. Fixes coniditional...
2011-10-31 timmywilMerge branch 'bug_10613_2'
2011-10-31 timmywiljQuery.support.supportsFixedPosition -> jQuery.support...
2011-10-31 timmywilReduce bytes and minor adjustments
2011-10-31 timmywilConstruct a new container so that styles on the body...
2011-10-31 timmywilRun offset support tests at doc ready. Fixes #10613.
2011-10-31 Corey FrangRenaming 'runner' to 'hooks' - makes it a little more...
2011-10-28 timmywilAdd a way to fire native events using dispatchEvent...
2011-10-28 Mike SherovLanding pull request 562. Make sure runtimeStyle isn...
2011-10-27 Dave MethvinDRY the hover pseudo-event, get the type right, allow...
2011-10-27 Dave MethvinPass correct arg list to special._default. Thanks ...
2011-10-27 Dave MethvinMerge pull request #565 from rwldrn/10601
2011-10-27 Rick WaldronCleanup spacing in traversing.js. Fixes #10601 565/head
2011-10-27 Rick WaldronCleanup spacing in support.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in queue.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in outro.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in offset.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in manipulation.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in events.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in effects.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in css.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in attributes.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in ajax.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing in core.js. Fixes #10601
2011-10-27 Rick WaldronCleanup spacing. Fixes #10601
2011-10-27 Dave MethvinMake sure `.data("events")` still works, for now.
2011-10-26 Julian AubourgMerge pull request #564 from rwldrn/10586
2011-10-26 Dave MethvinFix #10588. For now, event voyeurism only merits the...
2011-10-26 Dave MethvinFix #10576. Add alias for jQuery.event.handle so voyeur...
2011-10-26 Rick WaldronCore styleguide cleanup. Fixes #10586 564/head
2011-10-25 Dave MethvinFix #10575. Undeclared `matched` var hosed recursive...
next