| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow similarly named classes (regression from 9499) and switch class retriev... | timmywil | 2011-06-19 | 1 | -4/+11 |
* | Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. | rwldrn | 2011-06-14 | 1 | -0/+10 |
* | Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357,... | rwldrn | 2011-06-14 | 1 | -0/+37 |
* | Attribute hooks do not need to be attached in XML docs. Fixes #9568. | timmywil | 2011-06-13 | 1 | -3/+4 |
* | Check classes passed for duplicates. Fixes #9499. | timmywil | 2011-06-07 | 1 | -2/+11 |
* | Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Sup... | timmywil | 2011-06-06 | 1 | -7/+8 |
* | Add margin after checking width. Add tests. Fixes #9441. Fixes #9300. | Mike Sherov | 2011-06-06 | 1 | -0/+24 |
* | Landing pull request 403. Check for both camelized and hyphenated data proper... | rwldrn | 2011-06-06 | 1 | -0/+17 |
* | Add test for appending an xml element to another. Supplements #9370. | timmywil | 2011-05-25 | 1 | -0/+34 |
* | Return null for outer/inner width/height calls on window/document. Fixes #7557. | timmywil | 2011-05-25 | 1 | -4/+26 |
* | Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. | rwldrn | 2011-05-25 | 1 | -0/+14 |
* | Landing pull request 382. Adds support for number values (meter,progress); Fi... | rwldrn | 2011-05-20 | 1 | -0/+24 |
* | Handle unset value attributes consistently depending on property existence. S... | timmywil | 2011-05-18 | 1 | -1/+3 |
* | Make the value hook less obtrusive for elements which do not inherently have ... | timmywil | 2011-05-18 | 1 | -1/+2 |
* | Switched title attribute to getAttributeNode for IE6/7. Fixes #9329. | timmywil | 2011-05-18 | 1 | -4/+6 |
* | Landing pull request 377. Check custom data != null(undefined), allows zero; ... | Rick Waldron | 2011-05-16 | 1 | -0/+20 |
* | Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ... | timmywil | 2011-05-16 | 1 | -2/+5 |
* | Retrieve the class attribute on a form in IE6/7. Fixes 9286. | timmywil | 2011-05-14 | 1 | -1/+4 |
* | Make sure setting boolean attributes to the same name sets the property to a ... | timmywil | 2011-05-13 | 1 | -1/+6 |
* | Use prop to retrieve boolean properties (so the selected hook will be used) | timmywil | 2011-05-13 | 1 | -1/+7 |
* | Landing pull request 365. jQuery.buildFragment, ensure doc is a document; Fix... | Rick Waldron | 2011-05-13 | 1 | -1/+11 |
|\ |
|
| * | jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ... | Rick Waldron | 2011-04-30 | 1 | -1/+10 |
* | | Style edits for pull request 375 | timmywil | 2011-05-13 | 1 | -19/+19 |
* | | Landing pull request 375. Added test case to support #9237 Fixes #9237. | avaly | 2011-05-13 | 1 | -2/+52 |
* | | Animation callbacks keep their place in the queue stack. Fixes #9220. | timmywil | 2011-05-13 | 1 | -0/+24 |
* | | Fixes #9239. If the body is already present in the DOM, use a div within it t... | jaubourg | 2011-05-13 | 1 | -0/+23 |
* | | Adding in test case to support #9211. | John Resig | 2011-05-11 | 1 | -1/+8 |
* | | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the be... | jaubourg | 2011-05-11 | 1 | -1/+19 |
* | | Make sure that data properties with hyphens are always accessed/set using cam... | John Resig | 2011-05-10 | 1 | -2/+7 |
* | | Landing pull request 374. .animate() Callbacks should fire in correct order (... | louisremi | 2011-05-10 | 1 | -0/+16 |
|\ \ |
|
| * | | oops console | louisremi | 2011-05-10 | 1 | -1/+0 |
| * | | oops unit test | louisremi | 2011-05-09 | 1 | -0/+17 |
* | | | Adds unit/support.js to unit tests. Still have to test for #8763 has to be do... | jaubourg | 2011-05-10 | 1 | -0/+32 |
* | | | Add fallback to prop for the window and document. Switch value to use the pro... | timmywil | 2011-05-10 | 1 | -16/+20 |
* | | | Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ... | jaubourg | 2011-05-09 | 1 | -2/+10 |
* | | | Remove value check from formHook; other elements can use value hook | timmywil | 2011-05-07 | 1 | -1/+3 |
* | | | Call extend on prop to avoid changing original properties so that per-propert... | timmywil | 2011-05-07 | 1 | -7/+10 |
* | | | Set val before hide/show check and fix easing setting; also update attributes... | timmywil | 2011-05-07 | 2 | -18/+19 |
* | | | Fix per-property easing. Fixes #9067 | Daniel Pihlstrom | 2011-05-07 | 1 | -4/+12 |
* | | | Landing pull request 372. Test for numeric properties was using wrong variabl... | gnarf | 2011-05-07 | 1 | -3/+31 |
* | | | Reduce the boolean list only to those that have corresponding IDLs that don't... | timmywil | 2011-05-07 | 1 | -1/+1 |
* | | | Check empty string instead of specified as specified is inconsistent on the n... | timmywil | 2011-05-06 | 1 | -1/+3 |
* | | | Add support for the contenteditable attribute | timmywil | 2011-05-05 | 1 | -2/+6 |
* | | | Set the property corresponding to a boolean attribute when setting to true. F... | timmywil | 2011-05-04 | 1 | -1/+2 |
* | | | Set corresponding property to false when removing boolean attributes. Fixes #... | timmywil | 2011-05-04 | 1 | -1/+6 |
* | | | Update boolean check to avoid crashes, add all name fixes to propFix (propert... | timmywil | 2011-05-04 | 1 | -50/+75 |
* | | | If no hook is provided, and a boolean property exists, use that to return an ... | John Resig | 2011-05-03 | 1 | -4/+29 |
* | | | Fix problem with appending multiple string arguments in IE 6. Fixes #9072. | John Resig | 2011-05-03 | 1 | -1/+12 |
* | | | Fix setting value attributes on option elements. Fixes #9071. | timmywil | 2011-05-03 | 1 | -1/+3 |
* | | | Make sure that empty nodelists continue to map properly. Fixes #8993. | John Resig | 2011-05-02 | 1 | -1/+7 |