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 |
|