aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow similarly named classes (regression from 9499) and switch class retriev...timmywil2011-06-192-15/+20
* Landing pull request 413. Move border/padding checks to after width validatio...Mike Sherov2011-06-171-11/+10
* Re-updating QUnit, oops.John Resig2011-06-141-0/+0
* Updating version in release notes script.John Resig2011-06-141-3/+3
* Updating the source version to 1.6.2preJohn Resig2011-06-141-1/+1
* Tagging the 1.6.2rc1 release.1.6.2rc1John Resig2011-06-143-3/+3
* Landing pull request 378. Comment typo in core.js.Schalk Neethling2011-06-141-1/+1
* Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.rwldrn2011-06-142-4/+15
* Landing pull request 410. Moves jQuery attachment comment to outro.Greg Hazel2011-06-142-1/+1
* Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357,...rwldrn2011-06-142-18/+48
* Attribute hooks do not need to be attached in XML docs. Fixes #9568.timmywil2011-06-133-18/+22
* Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ne...timmywil2011-06-081-3/+2
* Check classes passed for duplicates. Fixes #9499.timmywil2011-06-074-27/+39
* Add catch block to try/finally in deferred. Fixes #9033. Test case needed.timmywil2011-06-071-2/+3
* Remove fellback in width/height cssHooktimmywil2011-06-071-1/+1
* Landing pull request 401. Nulling all elements created in support.js; Fixes #...rwldrn2011-06-061-1/+1
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup...timmywil2011-06-063-72/+50
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-062-21/+70
* Landing pull request 403. Check for both camelized and hyphenated data proper...rwldrn2011-06-062-1/+21
* Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.rwldrn2011-06-061-2/+1
* Update QUnit.timmywil2011-06-061-0/+0
* Move the value attrHook to the main attrHooks object to save bytestimmywil2011-05-261-20/+19
* Add test for appending an xml element to another. Supplements #9370.timmywil2011-05-251-0/+34
* Move window/document test to dimensions for consistencytimmywil2011-05-252-11/+6
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-253-9/+37
* elem.getElementsByTagName calls the function in IE6/7. Fixes #9370.timmywil2011-05-251-1/+1
* Landing pull request 389. Null elements in clone to avoid memory leak in IE. ...Scott Hughes2011-05-251-0/+2
* Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.rwldrn2011-05-253-10/+29
* detachEvent is unnecessary since we're nulling div. Fixes #8873.timmywil2011-05-251-2/+1
* Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ar...timmywil2011-05-251-0/+3
* Attach background data to divs as welltimmywil2011-05-251-1/+1
* Remove unnecessary background setting in support now that we have the div rev...timmywil2011-05-252-3/+5
* Landing pull request 352. Slightly improved defaultDisplay() and Throbber of ...Mathias Bynens2011-05-201-6/+8
* Landing pull request 382. Adds support for number values (meter,progress); Fi...rwldrn2011-05-202-1/+31
* Unnecessary var removed.timmywil2011-05-181-1/+0
* Handle unset value attributes consistently depending on property existence. S...timmywil2011-05-182-4/+7
* Make the value hook less obtrusive for elements which do not inherently have ...timmywil2011-05-182-2/+5
* Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.timmywil2011-05-182-5/+7
* Landing pull request 377. Check custom data != null(undefined), allows zero; ...Rick Waldron2011-05-162-1/+21
* Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ...timmywil2011-05-162-3/+6
* Retrieve the class attribute on a form in IE6/7. Fixes 9286.timmywil2011-05-142-2/+7
* Removing unnecessary argument type check for boolean hooktimmywil2011-05-131-2/+1
* Make sure setting boolean attributes to the same name sets the property to a ...timmywil2011-05-132-2/+7
* Use prop to retrieve boolean properties (so the selected hook will be used)timmywil2011-05-132-2/+8
* Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix...Rick Waldron2011-05-132-4/+27
|\
| * jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ...Rick Waldron2011-04-302-5/+27
* | Style edits for pull request 375timmywil2011-05-132-20/+20
* | Landing pull request 375. Added test case to support #9237 Fixes #9237.avaly2011-05-132-2/+54
* | Animation callbacks keep their place in the queue stack. Fixes #9220.timmywil2011-05-132-4/+28
* | Adds iframe code for #9239.jaubourg2011-05-131-0/+37