aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Expand)AuthorAgeFilesLines
* Fixes #8203. Remove some misguided nulling of elements done in the name of IE...Dave Methvin2011-03-301-7/+3
* Bug #8635 Firefox uncaught exceptionrwldrn2011-03-281-1/+1
* Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-1/+13
* Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-2/+7
* Remove unnecessary "script.type = text/javascript;". Fixes #8198.David Murdoch2011-02-121-1/+0
* Unexpose $.support._scriptEval as it's not needed. Use a private var instead....David Murdoch2011-02-121-5/+5
* Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...Colin Snover2011-02-071-1/+1
* Don't do body-related feature tests on frameset docs that have no body. Fixes...Dave Methvin2011-01-211-4/+10
* Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-181-1/+10
* Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-171-23/+33
* Fix reliableHiddenOffsets test was not working properly when table cells have...Colin Snover2010-12-261-1/+1
* Moved jQuery.props to attributes since it was only used in support. Fixes #68...Alex Sexton2010-10-251-14/+0
* We removed deleteExpando after 1.4.2, for some reason. This caused problems w...John Resig2010-10-171-0/+10
* Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...Colin Snover2010-10-081-10/+10
* IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-051-21/+36
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-0/+12
* Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-051-1/+14
* Some minor cleanup of the last commit.jeresig2010-09-271-4/+3
* Add a feature test for options inside a disabled select. Follow-up to 157a383...jeresig2010-09-271-1/+10
* Fix trailing arg.John Resig2010-09-171-1/+1
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+5
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-1/+1
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-091-14/+1
* More changes to get jQuery in line with JSLint.jeresig2010-03-011-2/+2
* Found a better detect for deleting an expando, added back in removeAttribute ...jeresig2010-02-131-10/+9
* Clean up expando removal code - only try to delete the expando from an elemen...jeresig2010-02-131-0/+12
* Make sure that we don't try to use a detached node (that was in a fragment) a...jeresig2010-02-131-0/+2
* Make sure that checked state is cloned properly. Based upon the patch by Mich...Michael Monteleone2010-01-251-1/+10
* Make a feature detect for the attribute selected code. Fixes #5702.jeresig2009-12-221-1/+5
* Make sure that the correct value is being pulled from checkboxes in Webkit. F...jeresig2009-12-221-1/+6
* Standardize on using double-quotes for string literals.jeresig2009-12-211-1/+1
* Made a number of spacing changes to bring the code more-inline with the jQuer...jeresig2009-12-211-4/+4
* Tweaked a couple cases where == was used instead of ===.jeresig2009-12-211-1/+1
* Stop trying to emulate the focus/blur event in IE, doesn't work as one might ...Jörn Zaefferer2009-12-211-1/+0
* Work around a weird computed number issue in WebKit. Fixes #5145.John Resig2009-12-091-1/+2
* Moved .ready() to core.js from event.js.John Resig2009-12-071-2/+0
* support.js needs to come before event.js (also placed in a temporary setTimeo...John Resig2009-12-071-0/+3
* Make sure that we're doing proper focus bubble testing. Also simplified the l...John Resig2009-12-061-0/+1
* 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