jquery/src
John Resig 2ef4093cf7 Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe
r of bugs in the suite itself, along with other random bugs that popped up. The following bugs were resolved along the wa
y: #1236 (.extend() keeps processing when it hits nulls), #1028 (.extend() now works recursively), #1080 ($.get no longer
 overwrites the data parameter), #1210 (Creating script and link tags now work), and #1463 (jQuery.global has been re-too
led to no longer leak memory and slow things down).
2007-08-19 23:37:26 +00:00
..
ajax Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe 2007-08-19 23:37:26 +00:00
event Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe 2007-08-19 23:37:26 +00:00
fx Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe 2007-08-19 23:37:26 +00:00
jquery Complete overhaul of the Ajax test suite, it's now passing in all browsers. In order to achieve this I had to fix a numbe 2007-08-19 23:37:26 +00:00
selector Added a fix for IE returning comment nodes in * queries. I put the logic in $.merge() but added a conditional such that the speed hit only effects IE users. (Bug #1155) 2007-08-19 07:28:41 +00:00
intro.js Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.) 2007-05-20 16:42:42 +00:00
outro.js Removed unnecessary uses of typeof undefined. 2007-01-12 03:53:55 +00:00