jquery.git
2009-12-19 jeresigTagging the 1.4a2 release.
2009-12-19 jeresigUpdating the source version to 1.4b1pre.
2009-12-19 jeresigTagging the 1.4a2 release.
2009-12-19 jeresigMove the test results list above the test HTML to avoid...
2009-12-19 jeresigThe constructor check for isPlainObject was redundant...
2009-12-19 jeresigAdded additional checks for DOM nodes and window to...
2009-12-19 jeresigTemporarily disabling test for bug #4299.
2009-12-18 jeresigFixed the spacing from the last commit.
2009-12-18 jeresigDisabled the passthrough .attr(method_name) functionali...
2009-12-18 Robert KaticMade isPlainObject() supporting null, undefined, and...
2009-12-18 jeresigBacking out the change from 841f9ff7a1815b521044aeeb39c...
2009-12-18 jeresigBrought the attributes module more inline with the...
2009-12-18 jeresigBringing the effects module closer to being inline...
2009-12-18 jeresigRenamed the 'fx' module to 'effects'. Should've been...
2009-12-18 jeresigRemoved jQuery.fn.contains - didn't match the :contains...
2009-12-17 Dave MethvinIgnore case of script tags to make sure they're removed...
2009-12-17 Dave MethvinAdd new html5 input types to list of serializable types...
2009-12-17 jeresigRemoved 'abbr' from self-closing tags list. Fixes ...
2009-12-17 Dave MethvinDefault callbackContext to the $.extended ajax options...
2009-12-17 Ben AlmanReorganized param code slightly to once again define...
2009-12-17 Ben AlmanFurther modified jQuery 1.4 .param() method to serializ...
2009-12-17 Karl Swedbergadded a couple missing semicolons and fixed a typo...
2009-12-17 jeresigFollow-up to 100ed686426b8b404b094b8c8086aefce715f91a...
2009-12-17 jeresigRevert the changes from 65ebf57c1e5d7fa96536b66d4fcacba...
2009-12-17 jeresigReworked some more of the selector tests as well to...
2009-12-17 jeresigAdded some more tests around the name tests to catch...
2009-12-17 jeresigMake sure that the node exists before attempting to...
2009-12-17 jeresigStick with just getter/setters in attrFn.
2009-12-17 jeresigMoved readyList check.
2009-12-16 jeresigMake sure that some height/width is set for the nothidd...
2009-12-16 jeresigReverted accidental commit in 5197ac9fc8aa71c2ebc0d7217...
2009-12-16 jeresigRetooled the arguments.callee-related changes in 98ce35...
2009-12-16 jeresigNo need to use jQuery's event system for binding the...
2009-12-14 Batiste BielerEnforce that hasClass and removeClass work even with...
2009-12-14 jeresigDisable getting values using the .attr() function short...
2009-12-11 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigFixed typo from commit 542099a278e79dce38e814e7e7b448a1...
2009-12-11 John ResigMake sure that dynamically-created elements don't have...
2009-12-10 Karl Swedbergcombined jQuery.bind() and jQuery.one() to make them...
2009-12-10 John ResigRemoved .attr(removeClass) and .attr(each) tests as...
2009-12-10 John ResigMissed the case of bind in the new attr multi-setter.
2009-12-10 John ResigMoved some methods around inbetween core.js and travers...
2009-12-10 John ResigMade some minor formatting changes to the access function.
2009-12-10 John ResigMade the licensing verbiage a little more explicit...
2009-12-10 John ResigAdding .DS_Store to Git ignore.
2009-12-10 John ResigIgnore html files living in the main directory (likely...
2009-12-10 John ResigMake sure that the correct args are passed in to the...
2009-12-10 John ResigMake sure that calling .width(num) or .height(num)...
2009-12-10 John ResigRewrote .merge() (faster and less obtuse now). Fixed...
2009-12-10 John ResigRestrict the attr quick setters to only methods that...
2009-12-10 Yehuda KatzFix up whitespace and a couple of glitches.
2009-12-10 John ResigMerge branch 'master' of git@github.com:jquery/jquery
2009-12-10 John ResigMake sure that the defaultView exists before attempting...
2009-12-10 Yehuda KatzAdd function values to addClass, removeClass, toggleCla...
2009-12-10 John ResigMade sure that css('width') and height returned string...
2009-12-10 John ResigWork around a weird computed number issue in WebKit...
2009-12-10 John ResigSwitched jQuery() to represent jQuery([]) instead of...
2009-12-10 John ResigAdd a try/catch to handle the exception thrown by unloa...
2009-12-09 John ResigClarified the use of jQuery.browser and enforced jQuery...
2009-12-09 John ResigMake sure that we don't try to trigger non-existant...
2009-12-09 John ResigFixed problems with removing live events. Fixes #4894.
2009-12-09 John ResigWe have to access the native event handlers/triggers...
2009-12-09 John ResigMake sure that document ready events, inside a document...
2009-12-09 John ResigMade .clone(true) also copy over element data. Fixes...
2009-12-09 John ResigAdded support for .data(Object), overwriting the existi...
2009-12-09 Yehuda KatzLanding in jQuery.contains, jQuery.fn.contains, and...
2009-12-09 John ResigMake sure that an actual timeout is triggered (and...
2009-12-09 John ResigAdded in jQuery.browser.firefox, deprecated jQuery...
2009-12-09 David PetersenHandle changing form attributes correctly when there...
2009-12-09 Dave MethvinGet browser version rather than rendering engine version.
2009-12-08 jzaeffererFurther cleanups on ant build
2009-12-08 unknownMerge branch 'master' of github.com:jquery/jquery
2009-12-08 unknownFixed ant build by cloning or pulling qunit and sizzle...
2009-12-08 unknownFurther cleanup on ant build: Revision is gone
2009-12-08 unknownFurther cleanup on ant build
2009-12-08 unknownFurther cleanup on ant build
2009-12-08 unknownCleaning up build.xml in prepartion to get it running...
2009-12-08 John ResigMake sure that events are cloned for wrap, fixes #2977.
2009-12-08 John ResigFixed extra p in Rakefile.
2009-12-08 John ResigRemoved uses of arguments.callee from jQuery.
2009-12-08 John ResigMoved .ready() to core.js from event.js.
2009-12-07 John ResigCheck Sizzle or jQuery.
2009-12-07 John ResigOnly run the visibility selectors if the filter exists.
2009-12-07 John ResigFixed other nodeNode mistake, sigh.
2009-12-07 John ResigThis is why you don't do commits when you're tired...
2009-12-07 John Resigsupport.js needs to come before event.js (also placed...
2009-12-07 John ResigOops, missed a closing } from 7d36ccfa8eb018fcf349e1f74...
2009-12-07 James PadolseyAdded support for per-property easing
2009-12-07 John ResigAdded an extra function check to prevent crashes in...
2009-12-07 John ResigMake sure that expando properties aren't set on embed...
2009-12-07 John ResigBroke out the logic for the bubbling change/submit...
2009-12-07 John ResigMake sure that we're doing proper focus bubble testing...
2009-12-07 John ResigUse the isXML function from Sizzle.
2009-12-07 John ResigUse the getText utility function provided by Sizzle.
2009-12-07 John ResigAdded in support for injecting area elements into map...
2009-12-07 John ResigAdded in support for $.ajax jsonpCallback (allowing...
2009-12-07 John ResigAdding in cross-browser onbeforeunload support. Fixes...
next