Revert portions of 7acb141ed7f2dedd950bb65acf878098640d081e that attempt to use a...
[jquery.git] / src / support.js
2011-02-07 Colin SnoverUpdate jQuery.support.noCloneEvent test to function...
2011-01-21 Dave MethvinDon't do body-related feature tests on frameset docs...
2011-01-18 John ResigAdd another tweak for handling CSP - we need to make...
2011-01-17 Brandon SterneDefer scriptEval test until first use to prevent Conten...
2010-12-26 Colin SnoverFix reliableHiddenOffsets test was not working properly...
2010-10-25 Alex SextonMoved jQuery.props to attributes since it was only...
2010-10-17 John ResigWe removed deleteExpando after 1.4.2, for some reason...
2010-10-09 Colin SnoverFixed code convention issues. Reduced size of overflow...
2010-10-05 Colin SnoverIE6 will shrink-wrap elements with layout instead of...
2010-10-05 Colin SnoverUpdate $.fn.animate to change display mode only when...
2010-10-05 Colin SnoverFix :visible does not work properly when display:none...
2010-09-27 jeresigSome minor cleanup of the last commit.
2010-09-27 jeresigAdd a feature test for options inside a disabled select...
2010-09-17 John ResigFix trailing arg.
2010-09-09 jeresigRemoving extraneous argument.
2010-09-08 jeresigMake sure that the removeEvent and buildFragment privat...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-09-08 jeresigMake sure that jQuery works even when the individual...
2010-06-20 jeresigMade it so that you no longer need to build jQuery...
2010-03-23 jeresigMade it so that you no longer need to build jQuery...
2010-03-09 jeresigLanding a faster trim method. Based upon the work by...
2010-03-02 jeresigMore changes to get jQuery in line with JSLint.
2010-02-13 jeresigFound a better detect for deleting an expando, added...
2010-02-13 jeresigClean up expando removal code - only try to delete...
2010-02-13 jeresigMake sure that we don't try to use a detached node...
2010-01-25 Michael MonteleoneMake sure that checked state is cloned properly. Based...
2009-12-22 jeresigMake a feature detect for the attribute selected code...
2009-12-22 jeresigMake sure that the correct value is being pulled from...
2009-12-22 jeresigStandardize on using double-quotes for string literals.
2009-12-22 jeresigMade a number of spacing changes to bring the code...
2009-12-21 jeresigTweaked a couple cases where == was used instead of...
2009-12-21 Jörn ZaeffererStop trying to emulate the focus/blur event in IE,...
2009-12-10 John ResigWork around a weird computed number issue in WebKit...
2009-12-08 John ResigMoved .ready() to core.js from event.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.