aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Allow similarly named classes (regression from 9499) and switch class ↵timmywil2011-06-191-4/+11
| | | | retrieval to property when passing class to value functions. Fixes #9617.
* Re-updating QUnit, oops.John Resig2011-06-141-0/+0
|
* Tagging the 1.6.2rc1 release.1.6.2rc1John Resig2011-06-141-0/+0
|
* Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.rwldrn2011-06-141-0/+10
| | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548
* Landing pull request 397. withinElement rewrite in event. Fixes #6234, ↵rwldrn2011-06-141-0/+37
| | | | | | | | | | #9357, #9447. More Details: - https://github.com/jquery/jquery/pull/397 - http://bugs.jquery.com/ticket/6234 - http://bugs.jquery.com/ticket/9357 - http://bugs.jquery.com/ticket/9447
* Attribute hooks do not need to be attached in XML docs. Fixes #9568.timmywil2011-06-132-4/+5
|
* Check classes passed for duplicates. Fixes #9499.timmywil2011-06-072-3/+12
|
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). ↵timmywil2011-06-061-7/+8
| | | | Supplements #9441, #9300.
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-061-0/+24
|
* Landing pull request 403. Check for both camelized and hyphenated data ↵rwldrn2011-06-061-0/+17
| | | | | | | | property names; Fixes #9301. More Details: - https://github.com/jquery/jquery/pull/403 - http://bugs.jquery.com/ticket/9301
* Update QUnit.timmywil2011-06-061-0/+0
|
* Add test for appending an xml element to another. Supplements #9370.timmywil2011-05-251-0/+34
|
* Return null for outer/inner width/height calls on window/document. Fixes #7557.timmywil2011-05-251-4/+26
|
* Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.rwldrn2011-05-251-0/+14
| | | | | | More Details: - https://github.com/jquery/jquery/pull/383 - http://bugs.jquery.com/ticket/9368
* Attach background data to divs as welltimmywil2011-05-251-1/+1
|
* Remove unnecessary background setting in support now that we have the div ↵timmywil2011-05-251-0/+4
| | | | reversion. Test added.
* Landing pull request 382. Adds support for number values (meter,progress); ↵rwldrn2011-05-201-0/+24
| | | | | | | | Fixes #9319. More Details: - https://github.com/jquery/jquery/pull/382 - http://bugs.jquery.com/ticket/9319
* Handle unset value attributes consistently depending on property existence. ↵timmywil2011-05-181-1/+3
| | | | Supplements #9328.
* Make the value hook less obtrusive for elements which do not inherently have ↵timmywil2011-05-181-1/+2
| | | | a value property. Fixes #9328.
* Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.timmywil2011-05-181-4/+6
|
* Landing pull request 377. Check custom data != null(undefined), allows zero; ↵Rick Waldron2011-05-161-0/+20
| | | | | | | | Fixes #9285. More Details: - https://github.com/jquery/jquery/pull/377 - http://bugs.jquery.com/ticket/9285
* Use getAttributeNode for ^on attributes in IE6/7 to avoid anonymous function ↵timmywil2011-05-161-2/+5
| | | | wrapper. Fixes #9298.
* Retrieve the class attribute on a form in IE6/7. Fixes 9286.timmywil2011-05-141-1/+4
|
* Make sure setting boolean attributes to the same name sets the property to a ↵timmywil2011-05-131-1/+6
| | | | boolean type
* Use prop to retrieve boolean properties (so the selected hook will be used)timmywil2011-05-131-1/+7
|
* Landing pull request 365. jQuery.buildFragment, ensure doc is a document; ↵Rick Waldron2011-05-131-1/+11
|\ | | | | | | | | | | | | | | Fixes #8950. More Details: - https://github.com/jquery/jquery/pull/365 - http://bugs.jquery.com/ticket/8950
| * jQuery.buildFragment, ensure doc is a document; Includes comments; Adds unit ↵Rick Waldron2011-04-301-1/+10
| | | | | | | | test. Fixes #8950
* | Style edits for pull request 375timmywil2011-05-131-19/+19
| |
* | Landing pull request 375. Added test case to support #9237 Fixes #9237.avaly2011-05-131-2/+52
| | | | | | | | | | | | More Details: - https://github.com/jquery/jquery/pull/375 - http://bugs.jquery.com/ticket/9237
* | Animation callbacks keep their place in the queue stack. Fixes #9220.timmywil2011-05-131-0/+24
| |
* | Adds iframe code for #9239.jaubourg2011-05-131-0/+37
| |
* | Fixes #9239. If the body is already present in the DOM, use a div within it ↵jaubourg2011-05-131-0/+23
| | | | | | | | to perform boxModel-related support tests. Unit test added.
* | JR don't want my QUnit.timmywil2011-05-111-0/+0
| |
* | Adding in test case to support #9211.John Resig2011-05-112-1/+8
| |
* | Fixes #9221. Wraps openings of html comments and CDATA blocks found at the ↵jaubourg2011-05-111-1/+19
| | | | | | | | beginning of inserted script elements into a javascript block comment so that the new implementation of globalEval will not throw an exception in IE (execScript being less lenient than eval). Unit tests added.
* | Revert "Updating QUnit." This commit actually reverted QUnit.timmywil2011-05-101-0/+0
| | | | | | | | This reverts commit f9cccd05b66d7ae7a5e4010220a491e91201c35e.
* | Updating QUnit.John Resig2011-05-101-0/+0
| |
* | More formatting tweaking.John Resig2011-05-101-2/+2
| |
* | Update QUnittimmywil2011-05-101-0/+0
| |
* | Fix tabs in delegate test.John Resig2011-05-101-4/+4
| |
* | Make sure that data properties with hyphens are always accessed/set using ↵John Resig2011-05-101-2/+7
| | | | | | | | camelCase. Fixes #9124.
* | Make sure that mouseenter/mouseleave fire on the correct element when doing ↵John Resig2011-05-101-0/+14
| | | | | | | | delegation. Fixes #9069.
* | Landing pull request 374. .animate() Callbacks should fire in correct order ↵louisremi2011-05-101-0/+16
|\ \ | | | | | | | | | | | | | | | | | | | | | (unit test included). Fixes #9100. More Details: - https://github.com/jquery/jquery/pull/374 - https://github.com/jquery/jquery/issues/9100
| * | oops consolelouisremi2011-05-101-1/+0
| | |
| * | oops unit testlouisremi2011-05-091-0/+17
| | |
* | | Adds unit/support.js to unit tests. Still have to test for #8763 has to be ↵jaubourg2011-05-105-33/+85
| | | | | | | | | | | | done in its own file however, since Firefox refuses to notify global errors in the iframe (attachEvent, window.onerror and script.onerror all fail).
* | | Add fallback to prop for the window and document. Switch value to use the ↵timmywil2011-05-101-16/+20
| | | | | | | | | | | | property instead of the attribute for back compat.
* | | Fixes #9104. Returning null or undefined in a pipe callback shouldn't end up ↵jaubourg2011-05-091-2/+10
| | | | | | | | | | | | throwing an exception. Silly, silly, me.
* | | Fixes #9109. When jQuery is loaded in the body, then the fake body element ↵jaubourg2011-05-091-0/+33
| | | | | | | | | | | | used in support has to be inserted before the document's body for boxModel to be properly detected (got the hint by looking at the code in jQuery mobile). Test page added so that we can keep checking this.
* | | Remove value check from formHook; other elements can use value hooktimmywil2011-05-071-1/+3
| | |