jquery/test/unit
jaubourg e83fcdcb02 Fixes #9682. Removes data from the options for request with no content so that it is not used again in case of a retry. Unit test added. 2011-07-01 02:11:26 +02:00
..
ajax.js Fixes #9682. Removes data from the options for request with no content so that it is not used again in case of a retry. Unit test added. 2011-07-01 02:11:26 +02:00
attributes.js Allow similarly named classes (regression from 9499) and switch class retrieval to property when passing class to value functions. Fixes #9617. 2011-06-19 18:58:47 -04:00
core.js Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368. 2011-05-25 15:10:49 -04:00
css.js Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548. 2011-06-14 15:59:22 -04:00
data.js Landing pull request 403. Check for both camelized and hyphenated data property names; Fixes #9301. 2011-06-06 20:18:36 -04:00
deferred.js Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added. 2011-07-01 01:51:50 +02:00
dimensions.js Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300. 2011-06-06 23:35:16 -04:00
effects.js Landing pull request 374. .animate() Callbacks should fire in correct order (unit test included). Fixes #9100. 2011-05-10 11:22:12 -04:00
event.js Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357, #9447. 2011-06-14 15:38:46 -04:00
manipulation.js Add test for appending an xml element to another. Supplements #9370. 2011-05-25 20:48:59 -04:00
offset.js Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 2011-04-12 16:13:56 -04:00
queue.js Animation callbacks keep their place in the queue stack. Fixes #9220. 2011-05-13 11:56:55 -04:00
support.js Fixes #9239. If the body is already present in the DOM, use a div within it to perform boxModel-related support tests. Unit test added. 2011-05-13 17:43:53 +02:00
traversing.js Disabling .add(form.elements) unit test. 2011-04-22 00:51:23 -04:00