jquery.git
2010-12-28 jaubourgIntroduced a new promise method on deferreds that retur...
2010-12-28 jaubourgRenamed several ajaxSettings options. Removed cors...
2010-12-28 jaubourgMerge branch 'master' of github.com:jquery/jquery into...
2010-12-27 Dave MethvinDon't cache non-html strings in buildFragment to avoid...
2010-12-27 Dave MethvinWhen a native browser event is bubbling up the DOM...
2010-12-27 jrburkeRegister as a CommonJS async module if in that kind...
2010-12-27 Colin SnoverMerge SlexAxton/jquery:master into jquery/jquery:
2010-12-27 Alex SextonChanged the expando string to use a random number inste...
2010-12-27 Colin SnoverDRY out $.get and $.post. Fixes #7847. Thanks to cowboy...
2010-12-26 Ben AlmanRemoved unnecessary upper/lowercase, it's all just...
2010-12-26 Ben AlmanWETness getting you down? Fear not, the $.get and ...
2010-12-26 Colin SnoverFix reliableHiddenOffsets test was not working properly...
2010-12-25 jaubourgRevised logic in data conversion to account for when...
2010-12-25 jaubourgRemoved re-usability from jXHR object (no more open...
2010-12-25 jaubourgRemoved dataCheckers, added true as possible value...
2010-12-25 unknownRemoved custom method in isDeferred and when.
2010-12-25 unknownDeferred cannot be cancelled by returning false in...
2010-12-25 unknownRemoved a console.log :/
2010-12-24 unknownCapitalized Deferred & _Deferred to clearly mark them...
2010-12-24 unknownChanged dataConverters key format.
2010-12-24 unknownjQuery.parseXML extracted from ajax & added to core...
2010-12-24 unknownMerge branch 'deferred' of github.com:jquery/jquery...
2010-12-24 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-24 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-24 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-24 jaubourgFixed a loop that only worked in webkit.
2010-12-24 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-23 Colin SnoverFix fix for #6481 introduced at 7862c45ad2f32096383a21b...
2010-12-23 Colin SnoverDon't use for-in loops on Arrays. Fixes #7817. Thanks...
2010-12-23 Colin SnoverUpdate cloneCopyEvent so that it does not create superf...
2010-12-23 Colin SnoverCode style fix
2010-12-22 Colin SnoverMore unit tests and a $.hasData that works for JS objec...
2010-12-22 Colin SnoverUpdate jQuery.hasData to always return a boolean, with...
2010-12-22 Colin SnoverRemove code for ticket #7717 which has been marked...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-22 Colin SnoverFix a potential error in the previous commit caused...
2010-12-21 jaubourgRemoved NFE to make old Safari happy and avoid leaks...
2010-12-21 jaubourgRewrote the data conversion logic in ajax. Should be...
2010-12-21 Dave MethvinUse for loop instead of for/in loop to protect sanctity...
2010-12-21 jaubourgRenamed jQuery.xhr.bindTransport as jQuery.xhr.transpor...
2010-12-21 Dave MethvinUse a for loop rather than for/in loop when copying...
2010-12-20 jaubourgFixed a loop that only worked in webkit.
2010-12-20 jaubourgAdded deferred to core. Used internally for DOM readyne...
2010-12-19 Colin SnoverFix #7717 and #7165. Thanks to dmethvin and iliakan...
2010-12-16 Colin SnoverAddress some code style issues in the clone fix.
2010-12-14 Colin SnoverFixes #7397.
2010-12-14 Colin SnoverMerge branch 'bug_7397' of https://github.com/rwldrn...
2010-12-13 Colin SnoverMore specific version numbers.
2010-12-13 Colin SnoverSpeed up & compatibility improvements for new clone...
2010-12-12 Colin SnoverReturn test comments to ASCII space
2010-12-12 Colin SnoverMerge branch 'bug5566' into csnover-bug5566. Fixes...
2010-12-12 Colin SnoverFix the clone method to be a little less insane in...
2010-12-11 jaubourgSimplified headers tests: removed multiline headers...
2010-12-11 jaubourgTweaked the headers test to be apache independent and...
2010-12-11 jaubourgRemoved bind/unbind from xhr emulation: success/error...
2010-12-11 jaubourgAdded the regexp to remove module closures to the ant...
2010-12-11 jaubourgMore variable renaming to avoid conflicts when module...
2010-12-10 jaubourgChanged document.location to window.location per Ben...
2010-12-10 jaubourgRenamed variables to avoid conflicts when Makefile...
2010-12-10 jaubourgFix the closure in ajax.js too.
2010-12-10 jaubourgFixed function closures so that Makefile can do its...
2010-12-10 jaubourgReplaced spaces with a tab in Makefile.
2010-12-10 jaubourgRemoved non-standard (and not that useful) xhr emulatio...
2010-12-10 jaubourgAdded xhr.js and transports/*.js to Rakefile and build...
2010-12-09 jaubourgRewrite of the Ajax module by Julian Aubourg. Some...
2010-12-09 jeresigBacking out cec68e2b00d86357c18b576cbaed52cc1ea42a74...
2010-12-09 jeresigBacking out fb6c038bf00296480234c971a1664ac01ca1479e...
2010-12-09 jeresigMerge branch 'explain-map-concat' of https://github...
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnWhitespace correction
2010-12-09 rwldrnReorders condition at L65 for efficiency
2010-12-09 jeresigMerge branch 'bug5566' of https://github.com/csnover...
2010-12-09 jeresigMerge branch 'attrFollowupFix' of https://github.com...
2010-12-09 jeresigMerge branch 'rfxnum' of https://github.com/lrbabe...
2010-12-09 jeresigMerge branch 'support_6897' of https://github.com/rwldr...
2010-12-09 jeresigMerge branch 'bug_7413' of https://github.com/rwldrn...
2010-12-09 louisremiPrecising the unit part of rfxnum regex
2010-12-07 Anton MFix attr() problems in IE with attribute nodes. Followu...
2010-12-07 Colin SnoverClone fragments in domManip using jQuery.clone instead...
2010-12-07 Colin SnoverClean up empty lines with whitespace in manipulation.js
2010-12-06 John ResigMerge branch 'bug7524' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug6242' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 'bug7531' of https://github.com/csnover...
2010-12-06 John ResigMerge branch 't6398' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't4386' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't7578' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 't5476' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'restrictAttr' of https://github.com/jitte...
2010-12-06 John ResigMerge branch 't7673' of https://github.com/jitter/jquer...
2010-12-06 John ResigMerge branch 'jquery145' of https://github.com/danheber...
2010-12-03 Colin SnoverOnly try to get data attributes for a jQuery-wrapped...
2010-12-03 Colin SnoverFix memory leaks in IE caused by the custom abort funct...
2010-12-01 Anton MHandle carriage return characters in className property...
2010-11-27 adam j. sontagAdd a comment explaining that jQuery.map flattens arrays
2010-11-24 Anton MAdd unit test for fix to #7578.
2010-11-22 danheberdenFix for #6911 - prevent disabled elements in liveHandler
2010-11-21 Anton MMake sure custom events named "submit" can be bound...
2010-11-21 Anton MMake sure IE clones body elements correctly. Fixes...
next