David Serduke
|
264ffbc73b
|
Fixed #1074 where .html() was incorrectly changing the selected value of an option.
|
2007-11-17 22:09:51 +00:00 |
|
David Serduke
|
bf8f3fe094
|
Fix #1907 where the never-ending loop prevention used a coersion comparison which sometimes dropped values incorrectly. Also fixed a bug where on deep copies the target copied over itself (i = 2 addition). Last made code handle the case when a property might have a string in it that should be overwritten by an object.
|
2007-11-17 04:25:22 +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
|
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
|
14b88f6019
|
Fix for bug #1546 where a deep copy was attempted of DOM elements (which isn't needed).
|
2007-10-17 23:35:57 +00:00 |
|
John Resig
|
e287007f6a
|
Added a fix for bug #1698, in which injected scripts were executed out of order, in relation to the DOM.
|
2007-10-17 22:42:12 +00:00 |
|
Brandon Aaron
|
971840f343
|
Fixed .val(String) for select elements (#1760) [Thanks Sam]
|
2007-10-12 12:51:07 +00:00 |
|
John Resig
|
ad1cef94bf
|
A fix for bug #1443, where globalEval occurred asynchronously in Safari 2, provided by Andrea Giammarchi.
|
2007-10-01 20:15:20 +00:00 |
|
John Resig
|
b453257653
|
Disabled the Ajax tests from running locally.
|
2007-09-23 15:58:49 +00:00 |
|
John Resig
|
3dabd7ec30
|
Added .eq(Number) back in - I'm convinced that it's more useful than the .slice() replacement. lt/gt are still gone, though.
|
2007-09-15 03:08:46 +00:00 |
|
John Resig
|
606b863eda
|
Fixed bug #1594, #1565, #1598 - all of which were concerning the improper execution of embedded scripts in IE and Safari.
|
2007-09-15 02:16:29 +00:00 |
|
John Resig
|
6728e3cf74
|
Finished up some of the reorganization.
|
2007-09-08 12:46:01 +00:00 |
|