David Serduke
|
0a755f6ab3
|
Fixed #1599 as Brandon suggested to ignore negative values to width and 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.
|
2007-11-28 01:01:49 +00:00 |
|
Brandon Aaron
|
5e99807271
|
Fix for #1944. Added nodeName and tagName to jQuery.props and tests for maxlength, defaultValue, selectedIndex, tagName and nodeName.
|
2007-11-19 16:07:44 +00:00 |
|
David Serduke
|
e2ef3df86d
|
Fixed #1095 bug where radio buttons became unchecked during show(). Also 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.
|
2007-11-16 23:39:23 +00:00 |
|
John Resig
|
98204c7f60
|
Spelling mistake.
|
2007-10-20 22:08:03 +00:00 |
|
John Resig
|
1ac9d6fbee
|
Added a fix for .noConflict(true) not reverting properly. Also added unit tests for noConflict.
|
2007-10-20 22:04:06 +00:00 |
|
John Resig
|
b4e23b5af0
|
Reorganzing the jQuery source (first phase).
|
2007-09-08 12:42:32 +00:00 |
|
John Resig
|
e943090a72
|
Moved the test directory.
|
2006-08-13 20:01:26 +00:00 |
|
John Resig
|
e7a29e4239
|
Moved the tests into jQuery proper.
|
2006-08-13 15:24:52 +00:00 |
|