jquery.git
2010-11-03 jeresigUpdating the source version to 1.4.4pre.
2010-11-03 jeresigTagging the 1.4.4rc2 release.
2010-11-03 jeresigOpera doesn't give height/width of display: none elemen...
2010-11-01 jeresigOnly change ID on nodes that don't already have an...
2010-11-01 jeresigMake sure that accessing computed CSS for elements...
2010-10-28 John ResigFix quotes in comment.
2010-10-28 Brandon AaronFix tab spacing.
2010-10-27 jeresigCalling .hide().show() on a stylesheet-hidden element...
2010-10-26 Karl SwedbergFor .show() with no arguments, only set display of...
2010-10-26 John ResigTemporarily backing out commit bd474799bf95f4ecdc47a757...
2010-10-26 John ResigMerge branch 'jquery_dev' of github.com/danheberden...
2010-10-26 John ResigBacking out fix for #5803 from 3b50eaca2cd0b1439235e39c...
2010-10-25 danheberdenPrevent IE from firing live/delegate events on disabled...
2010-10-25 John ResigUpdating the source version to 1.4.4pre.
2010-10-25 John ResigTagging the 1.4.4rc1 release.
2010-10-25 John ResigMerge branch 'jquerymaster' of github.com/SlexAxton...
2010-10-25 John ResigMerge branch '6897' of github.com/SlexAxton/jquery...
2010-10-25 dmethvinAllow DELETE requests to have a content body, and prope...
2010-10-25 dmethvinHonor stopImmediatePropagation for live/delegate event...
2010-10-25 John ResigMerge branch 'master' of github.com/rwldrn/jquery
2010-10-25 John ResigMerge branch 'unusedTrue' of github.com/lrbabe/jquery...
2010-10-25 lrbabe.cur() doesn't take any boolean parameter since 1.4.3
2010-10-25 Alex SextonMoved jQuery.props to attributes since it was only...
2010-10-24 rwldrnFixes #7229 and #5803
2010-10-23 John ResigAllow for versions with spaces in them, in the Makefile.
2010-10-22 jeresigMake sure that .width()/.height() don't return NaN...
2010-10-22 jeresigMake sure that the correct height/width of the elements...
2010-10-22 jeresigFix broken selector code from last commit.
2010-10-22 jeresigMake sure that +, >, ~ leading, rooted, selectors go...
2010-10-22 jeresigMake sure that we don't use matchesSelector on XML...
2010-10-22 jeresigMake sure that we aren't reading one of the bad expando...
2010-10-22 jeresigBe sure to clean up the previous test.
2010-10-22 jeresigMake sure that height/width getters work on hidden...
2010-10-22 jeresigMake sure that the ready event doesn't double-fire...
2010-10-22 jeresigAdding another test for an issue in Gecko's matchesSele...
2010-10-22 jeresigOnly need to declare the data once.
2010-10-21 Alex SextonForces lower case comparison of protocol and host when...
2010-10-19 Anton MUpdate number of expected assertions in attribute tests
2010-10-17 John ResigAdd some more tests to make sure that pulling in data...
2010-10-17 Paul IrishfadeToggle(). as suggested by Karl Swedberg in his...
2010-10-17 John ResigMake sure that .data() (no args) returns a list of...
2010-10-17 John ResigVar wasn't being explicitly declared. Fixes #7226.
2010-10-17 John ResigWe removed deleteExpando after 1.4.2, for some reason...
2010-10-17 John ResigHandle the case where JSLint complains about arguments...
2010-10-15 John ResigBringing back the change from 80a4178af9b12e6617bfcec81...
2010-10-15 jeresigUpdating the source version to 1.4.4pre.
2010-10-15 jeresigTagging the 1.4.3 release.
2010-10-15 jeresigFix the number of change tests and remove textarea...
2010-10-15 jeresigTesting *, * was unnecessary - especially in slower...
2010-10-15 jeresigDon't test inline-block in browsers that don't support...
2010-10-15 jeresigUse prepend for the focuin test (to avoid making the...
2010-10-15 jeresigTest visible on inline elements.
2010-10-15 jeresigGetting weird results for font size tests across platfo...
2010-10-15 jeresigReverting commit 39addc87a37b32be19f2c58ec8babe752c0243...
2010-10-14 John ResigForgot to update the Rakefile and build.xml files from...
2010-10-14 John ResigUpdating the copy of Google Closure Compiler.
2010-10-14 John ResigMake sure that we don't attempt to handle scrolling...
2010-10-14 jeresigOops, still have jQuery.ajax.* on the brain.
2010-10-13 jeresigChange font size to 15px in the test to fix a false...
2010-10-13 Justin Meyerbeforedeactivate will fire before focusout - use that...
2010-10-13 Justin MeyerMake sure that focusin/focusout bubbles in non-IE browsers.
2010-10-13 PinhookHandle issue with two concurrent JSONP requests that...
2010-10-13 jeresigWe want to make sure that we only run the MSIE-specific...
2010-10-13 jeresigTest CSS test on font size instead of padding.
2010-10-13 jeresigIE 9 preserves the case of the Alpha filter - maintain...
2010-10-13 jeresigFix broken Ajax test after recent revert to jQuery...
2010-10-13 John ResigMerge branch 'bug7150' of github.com/csnover/jquery
2010-10-13 John ResigFix some gaps in the handling of event data properties...
2010-10-12 Colin SnoverFix patch for #7150, which was not deleting the events...
2010-10-12 John ResigUpdating the source version to 1.4.3pre.
2010-10-12 John ResigTagging the 1.4.3rc2 release.
2010-10-12 John ResigTagging the 1.4.3rc2 release.
2010-10-12 John ResigForgot to remove the child selector in the previous...
2010-10-12 John ResigThe child selector-prefix branch doesn't work with...
2010-10-12 John ResigMake sure that .find() with multiple direct child selec...
2010-10-12 Colin SnoverUse a key name less likely to result in collisions...
2010-10-11 John ResigThe world isn't ready for moving the Ajax methods to...
2010-10-11 John ResigHandle some edge cases with binding events to the windo...
2010-10-11 John ResigAdd some resize event tests.
2010-10-11 John ResigAdded some more tests relating to attaching data to...
2010-10-11 John ResigMerge branch 'animateHooks' of github.com/lrbabe/jquery...
2010-10-11 John ResigMerge branch 'bug7141' of github.com/csnover/jquery...
2010-10-11 Colin SnoverFix olddisplay was inappropriately set when calling...
2010-10-11 Scott GonzálezFixed getting styles from disconnected nodes. Fixes...
2010-10-11 lrbabeMake $.fn.animate compatible with jQuery.cssHooks
2010-10-11 Ryan W TenneyRemoved trailing \x0A from version.txt which caused...
2010-10-11 John ResigMake sure closest works on disconnected DOM nodes....
2010-10-11 jeresigFix broken min file header generation.
2010-10-11 jeresigUpdating the source version to 1.4.3.
2010-10-11 jeresigTagging the 1.4.3rc1 release.
2010-10-10 jeresigReturn the zeroed-out bounding box instead of passing...
2010-10-10 jeresigDisable 304/Not Modified Ajax tests in Opera due to...
2010-10-10 jeresigMake sure that the unload event doesn't leak in IE...
2010-10-10 jeresigAdding some rooted-find perf tests.
2010-10-10 jeresigTweaking some formatting of the closest changes.
2010-10-10 jeresigSwitch back to using Sizzle.matchesSelector.
2010-10-10 jeresigUse the new Sizzle matches functionality.
2010-10-10 jeresigAlso test for single element filtering.
2010-10-10 jeresigAdding a basic filter perf test suite.
2010-10-10 jeresigMake some more tweaks to the closest perf test suite.
next