jquery/test/unit
2007-12-18 17:19:33 +00:00
..
ajax.js Added a fix for bug - if you want to do data: {callback: "?"}, do jsonp: "callback" instead. 2007-12-17 00:44:00 +00:00
core.js Fixed where .val() could return an array instead of undefined when the jquery object was empty. The bug was created during the .val() refactoring for the javascript strict FF ticket. 2007-12-18 17:19:33 +00:00
event.js Test for 2007-12-17 17:39:50 +00:00
fx.js Fixed and by going through the core API and making them text node and comment node safe. 2007-12-07 01:52:21 +00:00
offset.js Added more unit tests for offset. Fixed an offset issue relating to table header cells in Opera 2007-12-12 16:55:55 +00:00
selector.js Fixed by using wizzud's suggestion. The only real difference is the 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. 2007-12-13 22:24:59 +00:00