jquery/test/unit
Scott González 49d0d5b7a3 Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined.
Removed jQuery.support.tabindex since we're only normalizing non-XML right now and all browsers support tabIndex for HTML documents.
2009-01-07 14:36:30 +00:00
..
ajax.js Timeout test appears to be flaky - disabling, for now. 2009-01-05 22:14:26 +00:00
core.js Fixed tabindex normalization so that elements that natively support tabbing, but don't have a tabindex explicitly set return 0 instead of undefined. 2009-01-07 14:36:30 +00:00
data.js jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification. 2008-12-30 02:31:26 +00:00
dimensions.js test runner: the changes are: 2008-05-28 23:18:25 +00:00
event.js Disabled an extra event binding. 2009-01-05 23:06:57 +00:00
fx.js Fixed an issue that was introduced by [5743] (which didn't have a test case, either - that has been resolved). This fixed #3739. 2009-01-02 23:32:10 +00:00
offset.js new offset method, faster and no more browser detection 2008-11-10 02:39:03 +00:00
selector.js Fixed an issue with how broken selector tests were handled in IE (the exception was misdirected). 2009-01-05 20:43:58 +00:00