Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merged some recent fixes in from Sizzle. | John Resig | 2009-01-19 | 1 | -1/+1 | |
| | ||||||
* | Merged Sizzle changes back into jQuery. | John Resig | 2009-01-13 | 1 | -0/+1 | |
| | ||||||
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -0/+14 | |
| | ||||||
* | Forgot to merge in some of the new tests from Sizzle. | John Resig | 2009-01-05 | 1 | -0/+7 | |
| | ||||||
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and ↵ | Ariel Flesler | 2008-12-30 | 1 | -0/+1 | |
| | | | | queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification. | |||||
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined ↵ | Jörn Zaefferer | 2008-08-08 | 1 | -1/+2 | |
| | | | | styles specific to polluted.php; kept testrunner.js with just the noConflict call | |||||
* | jquery core: closes #2652. val() supports option elements, also simplified ↵ | Ariel Flesler | 2008-07-23 | 1 | -0/+1 | |
| | | | | the code. | |||||
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 1 | -1/+6 | |
| | | | | | | | - Replaced all the $ for jQuery in the tests and suite. - Added a noConflict to testrunner.js. - Modified the test for noConflict() so that it still work. - Added jQuery 1.2.1 and 1.2.3 to otherlibs. | |||||
* | test runner: adding a new test page called 'polluted'. Where one can choose ↵ | Ariel Flesler | 2008-05-28 | 1 | -1/+1 | |
| | | | | to pre-include other libraries and run the test suite with them. | |||||
* | test runner: Adding type="text/javascript" to a script tag (trivial). | Ariel Flesler | 2008-05-28 | 1 | -1/+2 | |
| | ||||||
* | jquery core: reverted qunit introduction until build scripts are updated | Jörn Zaefferer | 2008-05-08 | 1 | -2/+2 | |
| | ||||||
* | jquery testsuite: switch to qunit | Jörn Zaefferer | 2008-05-08 | 1 | -2/+2 | |
| | ||||||
* | Merged dimensions with core | Brandon Aaron | 2008-04-29 | 1 | -0/+1 | |
| | ||||||
* | width and height methods are now working properly | Brandon Aaron | 2007-12-18 | 1 | -1/+3 | |
| | ||||||
* | Fixed #2037 where Opera would mis-state the value of 'display' after an ↵ | David Serduke | 2007-12-17 | 1 | -0/+3 | |
| | | | | innerHTML was done in some cases. | |||||
* | Fixed #1854 by using wizzud's suggestion. The only real difference is the ↵ | David Serduke | 2007-12-13 | 1 | -3/+3 | |
| | | | | code is only called when there is more than a single selector. So there should be no speed decrease in the current working cases. Only additional functionality for cases that used to fail. | |||||
* | Fixed #1039 and #1733 by going through the core API and making them text ↵ | David Serduke | 2007-12-07 | 1 | -0/+1 | |
| | | | | node and comment node safe. | |||||
* | Fixed #1264. If you read the bug there were many proposed changes. As it ↵ | David Serduke | 2007-12-05 | 1 | -1/+3 | |
| | | | | | | | turned out most of them had already been implemented. The last ones necessary were in .domManip() with when a <table> was 'this' and for .text(). Adding these last changes seems to make dom and text manipulation in IE frames possible. Unit test cases were added as well. In addition "submit.gif" was removed from the test suite index.html since it didn't exist. | |||||
* | Fixed #1599 as Brandon suggested to ignore negative values to width and ↵ | David Serduke | 2007-11-28 | 1 | -0/+1 | |
| | | | | height css. The fix itself is slightly different as it was moved to .css() instead of staying in .attr() like in his patch. I decided there was less chance of incorrect behavior (like if someone had an XML file with a width attribute that could be negative). Also took out some unneeded white space while I was in there. | |||||
* | Fix for #1944. Added nodeName and tagName to jQuery.props and tests for ↵ | Brandon Aaron | 2007-11-19 | 1 | -2/+2 | |
| | | | | maxlength, defaultValue, selectedIndex, tagName and nodeName. | |||||
* | Fixed #1095 bug where radio buttons became unchecked during show(). Also ↵ | David Serduke | 2007-11-16 | 1 | -3/+22 | |
| | | | | added unit test and had to fix a selector test that was broken by the new testing div in test/index.html. Last made some whitespace changes. | |||||
* | Spelling mistake. | John Resig | 2007-10-20 | 1 | -1/+1 | |
| | ||||||
* | Added a fix for .noConflict(true) not reverting properly. Also added unit ↵ | John Resig | 2007-10-20 | 1 | -0/+1 | |
| | | | | tests for noConflict. | |||||
* | Reorganzing the jQuery source (first phase). | John Resig | 2007-09-08 | 1 | -0/+157 | |
| | ||||||
* | Moved the test directory. | John Resig | 2006-08-13 | 1 | -21/+0 | |
| | ||||||
* | Moved the tests into jQuery proper. | John Resig | 2006-08-13 | 1 | -0/+21 | |