aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Expand)AuthorAgeFilesLines
* updated Juriy Zaytsev's detecting event support technique link in support.jsShi Chuan2011-10-041-1/+1
* Fixes IE7 test suite. Keep the testElement attached and set necessary styles ...timmywil2011-09-281-3/+6
* Landing pull request 509. Add a comment explaining the use of document.getEle...Mathias Bynens2011-09-201-4/+8
* semicolon for jshint happinesstimmywil2011-09-191-1/+1
* Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.Rick Waldron2011-09-191-1/+45
* Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix...Rick Waldron2011-09-191-1/+4
* Reverts broken support string. Fixes #10197rwldrn2011-09-071-1/+1
* Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch...Rick Waldron2011-09-011-4/+5
* Add back the background: none setting to avoid any possible crashes in IE fro...timmywil2011-08-041-1/+2
* Non-breaking-space should achieve the same effect as a visible character. Fix...Rick Waldron2011-07-251-1/+1
* Landing pull request 401. Nulling all elements created in support.js; Fixes #...rwldrn2011-06-061-1/+1
* detachEvent is unnecessary since we're nulling div. Fixes #8873.timmywil2011-05-251-2/+1
* Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ar...timmywil2011-05-251-0/+3
* Remove unnecessary background setting in support now that we have the div rev...timmywil2011-05-251-3/+1
* Fixes #9239. If the body is already present in the DOM, use a div within it t...jaubourg2011-05-131-10/+22
* Landing pull request 370. Fixes #8763.Sahab Yazdani2011-05-101-1/+1
* Fixes #9109. When jQuery is loaded in the body, then the fake body element us...jaubourg2011-05-091-2/+3
* Set background to none on our mock body and remove its contents to avoid a cr...timmywil2011-05-021-1/+4
* jQuery.support core style guide correction. Fixes #8978Rick Waldron2011-04-261-1/+1
* Combine the support tests for radioValue and appendCheckedtimmywil2011-04-221-10/+8
* Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-0/+8
* Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...timmywil2011-04-211-0/+5
* Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-4/+0
* Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual...jaubourg2011-04-131-5/+2
* Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-3/+6
* Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-101-2/+3
|\
| * Added back support.js test for getSetAttribute and removed some duplicate cod...timmywil2011-04-101-2/+3
* | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-0/+4
|\ \ | |/ |/|
| * Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-211-23/+42
| |\
| * | Noted which browsers don't support Function#bind.Gianni Chiappetta2010-12-181-1/+1
| * | Added list of browsers that currently support Function#bind.Gianni Chiappetta2010-12-161-1/+2
| * | Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-151-0/+3
* | | Merge branch 'attrhooks.1.6'jeresig2011-04-101-0/+3
|\ \ \
| * | | IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-091-3/+3
| * | | Full test suite now passes in all browsers! There are probably some tweaks we...timmywil2011-04-031-1/+2
| * | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
| * | | Fix feature test, accidentally got rid of closure endtimmywil2011-04-031-1/+1
| * | | First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin...timmywil2011-04-031-1/+4
* | | | Adds a default falsy value for focusinBubbles + minor style consistency regar...jaubourg2011-04-081-1/+2
* | | | Applies exception in Style Guidelines regarding objects and functions when th...jaubourg2011-04-081-1/+1
* | | | Rewrite of the support module. We use a temporary body element in order not t...jaubourg2011-04-071-151/+142
|/ / /
* | | 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