| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
innerHTML was done in some cases.
|
|
|
|
| |
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.
|
|
|
|
| |
node and comment node safe.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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.
|
|
|
|
| |
maxlength, defaultValue, selectedIndex, tagName and nodeName.
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
tests for noConflict.
|
| |
|
| |
|
|
|