jquery.git
2011-03-25 jeresigUpdating the source version to 1.5.2pre.
2011-03-25 jeresigTagging the 1.5.2rc1 release.
2011-03-25 jeresigLand new sizzle commit.
2011-03-24 jeresigOops, that test file for bug #8316 was needed - was...
2011-03-24 jeresigUpdating Sizzle submodule to bring in the latest commit.
2011-03-24 jeresigFix missing semicolon.
2011-03-24 Michael MurrayOffset setter for fixed position elements in Webkit...
2011-03-24 jeresigMerge branch 'bug-3333' of https://github.com/rdworth...
2011-03-24 Richard WorthAdded css hook to work around bug in WebKit computed...
2011-03-21 jeresigMerge branch 'fix-8456-lost-mouseenter' of https:/...
2011-03-21 jeresigMerge branch 'fix-7340-focusin-focusout-bubble' of...
2011-03-18 Carl Fürstenbergmerge doesn't work when init
2011-03-18 Carl FürstenbergAdding core target
2011-03-17 Carl Fürstenbergupdating phony rules
2011-03-17 Carl FürstenbergChange makefile order to only update submodules on...
2011-03-17 Carl FürstenbergRemove jq target
2011-03-17 Carl FürstenbergMerge when updating submodules on make
2011-03-15 John ResigMerge branch 'bug_6158' of https://github.com/jboesch...
2011-03-15 Carl Fürstenbergadding pull command
2011-03-15 Carl Fürstenbergpull submodules make command
2011-03-15 Carl FürstenbergIntroduce submodules, closes #8536
2011-03-15 jaubourgFixes #8509. Makes URL regexp less overzealous and...
2011-03-14 Jordan Boeschremoving parens
2011-03-10 Dave MethvinFixes #8456. Make sure parent is not null before crawli...
2011-03-06 jaubourgFixes #8423. Never set X-Requested-With header automagi...
2011-03-05 Jordan Boeschbug 6158; fixing replaceWith from throwing errors on...
2011-03-05 Jordan Boeschbug 6158; fixing replaceWith from throwing errors on...
2011-03-05 Jordan Boeschbug 6158; fixing replaceWith from throwing errors on...
2011-03-05 Dave MethvinFixes #7340. Use a single capturing handler to simulate...
2011-03-03 jaubourgMoves Deferred-related code into a separate module...
2011-03-03 jaubourgFix for #8421. Makes sure resolveWith can be called...
2011-02-24 gnarfGrouped up the test
2011-02-24 gnarfA quick change to detect AIR urls
2011-02-24 jaubourgRemoves unnecessary parenthesis from regular expression.
2011-02-23 jaubourgRevert "Fixes #8353. Adds a catch block in resolveWith...
2011-02-23 jeresigUpdating the source version to 1.5.2pre.
2011-02-23 jeresigTagging the 1.5.1 release.
2011-02-23 jeresigMake a new jQuery.support.noCloneChecked - splitting...
2011-02-23 jaubourgRefactors jQuery.when to avoid unnecessary recursion...
2011-02-23 jaubourgFixes #8353. Adds a catch block in resolveWith so that...
2011-02-21 jaubourgMakes the promise method of Deferreds a bit more readab...
2011-02-18 jeresigUpdating the source version to 1.5.1pre.
2011-02-18 jeresigTagging the 1.5.1rc1 release.
2011-02-18 Dan HeberdenBug #6911 - Prevent action on disabled elements, both...
2011-02-18 jaubourgRevert "Adds an invert method to promises that returns...
2011-02-18 Alex SextonA temporary workaround for #8018 that avoids any chance...
2011-02-17 Anton MFix a some inaccuracies in the original test case for...
2011-02-17 louisremiFixes #7912. Make sure .cur() only returns 0 as fallbac...
2011-02-17 Dave MethvinOnly perpetrate the .toJSON hack on data caches when...
2011-02-17 jaubourgFixes #8297. Makes sure response headers with empty...
2011-02-15 Anton MRevert "Merge branch '8099' of https://github.com/rwldr...
2011-02-15 Anton MFix some whitespace issues.
2011-02-15 Dave MethvinFixes #7922. Copy the donor event when simulating a...
2011-02-15 jaubourgFixes #8277. Sets data to undefined rather than null...
2011-02-15 Anton MFix some unscoped tests which failed after recent chang...
2011-02-14 Colin SnoverUpdate jQuery.data to use jQuery.noop for toJSON hack...
2011-02-14 Colin SnoverHide metadata when serializing JS objects using JSON...
2011-02-14 Anton MAdd missing semicolon.
2011-02-14 jeresigMerge branch '8099' of https://github.com/rwldrn/jquery...
2011-02-14 jeresigMerge branch 'fix8033' of https://github.com/SlexAxton...
2011-02-13 Anton MFix breaking test in Chrome.
2011-02-13 Anton MDon't add "px" to unit-less properties when animating...
2011-02-13 Anton MClean up whitespace in test/unit/effects.js
2011-02-13 Anton MFollow up to fbf79c0b495e08d67c3a4767f371ec7bcfc40a17.
2011-02-13 Anton MRemove old cruft from test folder. Change "polluted...
2011-02-12 jrburkeAdd readyWait tests. Fixes #8145.
2011-02-12 awgyRemove sed from post-build code, due to portability...
2011-02-12 David MurdochRemove unnecessary "script.type = text/javascript;...
2011-02-12 David MurdochUnexpose $.support._scriptEval as it's not needed....
2011-02-12 jaubourgEnhances ajaxSetup so that it can take an optional...
2011-02-12 jaubourgPulls out the callback function in setRequestHeader...
2011-02-11 jaubourgMinor changes to enforce JQuery Core Style Guidelines.
2011-02-11 Anton MRemove duplicate test.
2011-02-11 jaubourgAdds missing crossDomain test.
2011-02-11 jaubourgFixes #8245. Ajax now ensures header names are capitali...
2011-02-11 jaubourgSimplifies status normalization in xhr transport. Local...
2011-02-10 rwldrnMake sure .val() works after form.reset() in IE. Fixes...
2011-02-10 Anton MMake sure .clone(true) correctly clones namespaced...
2011-02-10 Anton MFix some whitespace issues. Improve and correct an...
2011-02-10 John ResigNo need to duplicate Sizzle tests, just run them direct...
2011-02-10 Anton MPull over tests from Sizzle. "Remove backslashes from...
2011-02-09 jaubourgReplaces jQuery.each loop for headers with a foreach...
2011-02-09 jaubourgFixes #8219. Introduces the mimeType option to override...
2011-02-09 jaubourgMakes local filesystem test for ajax more insightful.
2011-02-09 jaubourgMakes sure statusText always defaults to "error".
2011-02-08 Colin SnoverRevert portions of 7acb141ed7f2dedd950bb65acf878098640d... master
2011-02-08 Anton MMake sure that mousing over Chrome "internal div" doesn...
2011-02-08 Anton MRevert "Make sure that mousing over Chrome "internal...
2011-02-08 Anton MMake sure that mousing over Chrome "internal div" eleme...
2011-02-07 Colin SnoverUpdate jQuery.support.noCloneEvent test to function...
2011-02-07 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-02-07 Colin SnoverUpdate $.data to use a function instead of an object...
2011-02-07 jaubourgAdds jQuery collection to objects that will be used...
2011-02-07 jaubourgFixes a bug that prevented headers from being set in...
2011-02-07 jaubourgMakes sure xhrs are actually aborted on unload in IE...
2011-02-05 jaubourgFixes #8177. XHR transport now considers 304 Not Modifi...
2011-02-05 jaubourgFixes a typo in the title of the load() unit test.
2011-02-04 Anton MRemove an invalid ajax test and some code that is no...
2011-02-04 jaubourgReformats logic for early abort in beforeSend to limit...
2011-02-04 jaubourgFixes abort in prefilter. No global event will be fired...
next