aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Expand)AuthorAgeFilesLines
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-041-0/+19
* Use now() in support.js instead of getTime.jeresig2009-12-031-1/+1
* Added useMap and frameBorder IE support to attr. Fixes #4561.John Resig2009-11-111-1/+3
* Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ...John Resig2009-11-111-2/+2
* fix for #4397Brandon Aaron2009-05-161-0/+1
* fixing a few more memory leaks in IEBrandon Aaron2009-04-221-1/+2
* actually don't need to null out as much as i thought i did to fix that memory...Brandon Aaron2009-04-211-1/+1
* fixing memory leaks in IEBrandon Aaron2009-04-211-0/+3
* remove trailing spacesBrandon Aaron2009-03-231-8/+8
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-221-5/+0
* Removed the objectAll check from jQuery.support, was causing problems with br...John Resig2009-02-281-6/+1
* No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1...John Resig2009-02-261-2/+2
* Adding a tweak to prevent layout breaks in the boxModel check on IE 6. Fixes ...John Resig2009-02-071-3/+2
* Added a trailing / in the innerHTML support test to allow it to not John Resig2009-01-131-1/+1
* Fixed boxModel support - is now computed with feature detection, rather than ...John Resig2009-01-111-1/+13
* Fixed tabindex normalization so that elements that natively support tabbing, ...Scott González2009-01-071-5/+1
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-051-1/+6
* jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez.Ariel Flesler2008-12-291-1/+2
* Oops, forgot to commit support.js.John Resig2008-12-211-0/+99