IE6 will shrink-wrap elements with layout instead of allowing content to flow outside...
[jquery.git] / src /
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverTiny cleanup to remove some superfluous code that was...
2010-10-05 Colin SnoverUpdate $.fn.animate to restore overflow-x and overflow...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-30 Colin SnoverMake sure setting opacity does not clobber other inline...
2010-09-29 Dave ReedUsing data() on JavaScript objects sets fields directly...
2010-09-29 John ResigAdjust fallback top/left to just be 0 for disconnected...
2010-09-29 John ResigFix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09...
2010-09-28 John ResigHandle child selectors in particular - away from the...
2010-09-28 John ResigMake sure we have a fallback when XMLHttpRequest is...
2010-09-28 John ResigMake sure that the contents of the element is still...
2010-09-28 John ResigTweak the logic for fixing event.which. Fixes #2338.
2010-09-28 John ResigMake sure that mixed case alpha filters are handled...
2010-09-28 John ResigMake setting .css(name, undefined) a no-op. Fixes ...
2010-09-28 John ResigMake .attr(name, null) equivalent to removeAttr(name...
2010-09-28 John ResigMake sure that .offset() doesn't fail against disconnec...
2010-09-28 jeresigRemoving unique check on closest(Array) (it wasn't...
2010-09-27 jeresigMerge branch 'closestbug-6700' of github.com/ajpiano...
2010-09-27 jeresigMerge branch 'master' of github.com/aakoch/jquery into...
2010-09-27 jeresigMake sure that opacity is being reset properly on a...
2010-09-27 jeresigWe can just use isNaN for this check in the IE opacity...
2010-09-27 jeresigMake sure the currentStyle property exists before attem...
2010-09-27 jeresigSome minor cleanup of the last commit.
2010-09-27 jeresigAdd a feature test for options inside a disabled select...
2010-09-27 jeresigOnly do the hasAttribute check if the method exists...
2010-09-27 jeresigBug fix for commit 2c4b20809e5d32e916c479c9b63a6b7528c8...
2010-09-24 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-09-24 Dave MethvinIf an inline handler returns false, call event.preventD...
2010-09-24 dmethvinMake .val(undefined) == .val("") and chainable; fixes...
2010-09-24 Dave MethvinMake sure that requests without a body don't set conten...
2010-09-24 Dave MethvinReport correct Error object to handleError. Part of...
2010-09-24 dmethvinDon't copy event.originalTarget, it's a Netscape-specif...
2010-09-24 Dave MethvinDon't have .val() return selected-but-disabled options...
2010-09-24 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-09-24 Dave MethvinUse origSettings.context unless it's undefined; for...
2010-09-24 dmethvinFor JSON and script requests, set the scriptCharset...
2010-09-24 Heungsub LeeAdded a default quality of `*/*` for content negotiation.
2010-09-24 temp01Serialize keys with empty arrays/object values in jQuer...
2010-09-24 jeresigAllow data to be bound to Flash objects (but still...
2010-09-24 jeresigMake sure that a clone of the animate speed properties...
2010-09-24 jeresigMake sure that the body element exists before doing...
2010-09-24 unknownRemoving the second capture group. After the changes...
2010-09-24 J. Ryan StinnettAllow named animation speed to be 0. Fixes #6579.
2010-09-24 lrbabeMake the interval between two animations tick public...
2010-09-24 jeresigIncrease the speed of the single setTimeout calls for...
2010-09-23 jeresigMerge branch 'master' of github.com:jquery/jquery
2010-09-23 Robert KaticMade jQuery.type more consistent with host objects.
2010-09-23 Robert KaticAdded support for map of events in live, die, delegate...
2010-09-23 Robert KaticEnsured that arrays are not considered same as plain...
2010-09-23 jeresigDelay the result of the readyState check to give script...
2010-09-22 jeresigFix missing var. Thanks to @jeff-themovie for the catch.
2010-09-22 jeresigAdd some tests for jQuery.isWindow and make sure that...
2010-09-22 jeresigUnify the means of detecting a window across the librar...
2010-09-22 jeresigAllow # urls to contain #. Thanks to @alvopass in f9f9e...
2010-09-22 John ResigMake sure that #... are trimmed from Ajax request URLs...
2010-09-22 jeresigMake .data(Object) extend the existing data object...
2010-09-22 Jacob WrightFix bug when accessing .data() on an empty set. Return...
2010-09-22 Karl SwedbergAdded full support for easing in all shorthand effects...
2010-09-22 jeresigSome minor lint fixes for the RegExp.
2010-09-22 jeresigApplied the RegExp issues reported by Jeff Robinson...
2010-09-22 jeresigRe-work the document scoping.
2010-09-22 jeresigMake sure the data- number has at least one number...
2010-09-21 John ResigMake sure that non-px values aren't manipulated before...
2010-09-21 John ResigFix bug with the readyWait DOM ready addition.
2010-09-21 John ResigScratch that, just punting on Opera and 304s for now...
2010-09-21 John ResigUse a different workaround for detecting when Opera...
2010-09-21 jeresigEscape RegExp braces to sooth JSLint's temper.
2010-09-21 jeresigSwitch to using isNaN instead of RegExp for data-.
2010-09-21 jeresigHandle some additional data- number edge cases.
2010-09-21 jeresigMake sure that the data- import also supports arrays.
2010-09-21 John ResigAdded in support for basic JSON object parsing of data...
2010-09-21 John ResigMake sure that undefined is returned for not found...
2010-09-21 John ResigTweaked the data number RegExp some to handle some...
2010-09-21 jeresigFixing the problem with data-* based numbers as mention...
2010-09-20 John ResigPull data-* attributes into .data(). Original code...
2010-09-20 John ResigAllow plugins to delay the exeuction of the ready event...
2010-09-20 jeresigRemoving extra arg.
2010-09-20 jeresigNo need to set returnValue if preventDefault exists...
2010-09-17 John ResigDerp, had parseInt on the brain. Thanks karbassi in...
2010-09-17 John ResigFix trailing arg.
2010-09-17 John ResigSimplifying the camelCase logic used in the CSS and...
2010-09-17 John ResigCleaning up some un-needed CSS code and adding back...
2010-09-17 John ResigMerge branch 'csshooks'
2010-09-17 John ResigjQuery.css() returns a string value - handle this prope...
2010-09-17 John ResigMake sure that empty height/width values are still...
2010-09-17 John ResigBringing in the rdashAlpha/fcamelCase private var tweak...
2010-09-16 jeresigSplit apart jQuery.css into jQuery.css (computed values...
2010-09-14 jeresigWrap the core return in parens to fix a confused JSLint.
2010-09-13 John ResigAdd a flag to verify if a browser supports some form...
2010-09-13 John ResigMaking some more adjustments to handle auto CSS properties.
2010-09-09 jeresigOnly set height/width if it's a non-negative number...
2010-09-09 jeresigMake sure that height/width methods return numbers...
2010-09-09 jeresigAnother logic bug caught by furf in ad950c8c5992937640a...
2010-09-09 jeresigMake sure that the CSS hook getter isn't called if...
2010-09-09 jeresigAdding in a couple private variables to effects.js...
2010-09-09 jeresigMake sure that string values are returned from the...
2010-09-09 jeresigMerge branch 'master' into csshooks
2010-09-09 jeresigLanding a bunch of bug fixes from furf's pull request...
2010-09-09 jeresigRemoving extraneous argument.
next