support.js needs to come before event.js (also placed in a temporary setTimeout to...
[jquery.git] / src / support.js
2009-12-07 John Resigsupport.js needs to come before event.js (also placed...
2009-12-07 John ResigMake sure that we're doing proper focus bubble testing...
2009-12-04 Justin MeyerAdding in support for bubbling submit and change events...
2009-12-03 jeresigUse now() in support.js instead of getTime.
2009-11-11 John ResigAdded useMap and frameBorder IE support to attr. Fixes...
2009-11-11 John ResigOpera 9.2 was interpreting .5 as 0.50, changing it...
2009-05-16 Brandon Aaronfix for #4397
2009-04-22 Brandon Aaronfixing a few more memory leaks in IE
2009-04-21 Brandon Aaronactually don't need to null out as much as i thought...
2009-04-21 Brandon Aaronfixing memory leaks in IE
2009-03-23 Brandon Aaronremove trailing spaces
2009-03-22 Brandon Aarondecoupling styles retrieval from the attr method
2009-02-28 John ResigRemoved the objectAll check from jQuery.support, was...
2009-02-26 John ResigNo longer use arguments.callee or RegExp (use new RegEx...
2009-02-07 John ResigAdding a tweak to prevent layout breaks in the boxModel...
2009-01-13 John ResigAdded a trailing / in the innerHTML support test to...
2009-01-11 John ResigFixed boxModel support - is now computed with feature...
2009-01-07 Scott GonzálezFixed tabindex normalization so that elements that...
2009-01-05 John ResigLanded cross-browser support for tabIndex, by Scott...
2008-12-29 Ariel Fleslerjquery support: Closes #3758, fixes a memory leak on...
2008-12-21 John ResigOops, forgot to commit support.js.