index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
dependabot/github_actions/github-actions-6951dec90a
dependabot/npm_and_yarn/rollup-4.22.4
main
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
support.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
updated Juriy Zaytsev's detecting event support technique link in support.js
Shi Chuan
2011-10-04
1
-1
/
+1
*
Fixes IE7 test suite. Keep the testElement attached and set necessary styles ...
timmywil
2011-09-28
1
-3
/
+6
*
Landing pull request 509. Add a comment explaining the use of document.getEle...
Mathias Bynens
2011-09-20
1
-4
/
+8
*
semicolon for jshint happiness
timmywil
2011-09-19
1
-1
/
+1
*
Landing pull request 477. 1.7 jQuery.offset.supportsFixedPosition. Fixes #6809.
Rick Waldron
2011-09-19
1
-1
/
+45
*
Landing pull request 490. 1.7 HTML5 Support for innerHTML, clone & style. Fix...
Rick Waldron
2011-09-19
1
-1
/
+4
*
Reverts broken support string. Fixes #10197
rwldrn
2011-09-07
1
-1
/
+1
*
Landing pull request 478. Apply fixes as noted by Diego Perini, David Murdoch...
Rick Waldron
2011-09-01
1
-4
/
+5
*
Add back the background: none setting to avoid any possible crashes in IE fro...
timmywil
2011-08-04
1
-1
/
+2
*
Non-breaking-space should achieve the same effect as a visible character. Fix...
Rick Waldron
2011-07-25
1
-1
/
+1
*
Landing pull request 401. Nulling all elements created in support.js; Fixes #...
rwldrn
2011-06-06
1
-1
/
+1
*
detachEvent is unnecessary since we're nulling div. Fixes #8873.
timmywil
2011-05-25
1
-2
/
+1
*
Null created elements in support to avoid leaks in IE. Tested IE6-8. Leaks ar...
timmywil
2011-05-25
1
-0
/
+3
*
Remove unnecessary background setting in support now that we have the div rev...
timmywil
2011-05-25
1
-3
/
+1
*
Fixes #9239. If the body is already present in the DOM, use a div within it t...
jaubourg
2011-05-13
1
-10
/
+22
*
Landing pull request 370. Fixes #8763.
Sahab Yazdani
2011-05-10
1
-1
/
+1
*
Fixes #9109. When jQuery is loaded in the body, then the fake body element us...
jaubourg
2011-05-09
1
-2
/
+3
*
Set background to none on our mock body and remove its contents to avoid a cr...
timmywil
2011-05-02
1
-1
/
+4
*
jQuery.support core style guide correction. Fixes #8978
Rick Waldron
2011-04-26
1
-1
/
+1
*
Combine the support tests for radioValue and appendChecked
timmywil
2011-04-22
1
-10
/
+8
*
Landing pull request 332. Appending disconnected radio or checkbox inputs and...
timmywil
2011-04-21
1
-0
/
+8
*
Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...
timmywil
2011-04-21
1
-0
/
+5
*
Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....
John Resig
2011-04-17
1
-4
/
+0
*
Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual...
jaubourg
2011-04-13
1
-5
/
+2
*
Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...
timmywil
2011-04-11
1
-3
/
+6
*
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery
jeresig
2011-04-10
1
-2
/
+3
|
\
|
*
Added back support.js test for getSetAttribute and removed some duplicate cod...
timmywil
2011-04-10
1
-2
/
+3
*
|
Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...
jeresig
2011-04-10
1
-0
/
+4
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'master' into proxy-native-bind
Gianni Chiappetta
2011-01-21
1
-23
/
+42
|
|
\
|
*
|
Noted which browsers don't support Function#bind.
Gianni Chiappetta
2010-12-18
1
-1
/
+1
|
*
|
Added list of browsers that currently support Function#bind.
Gianni Chiappetta
2010-12-16
1
-1
/
+2
|
*
|
Add a quick test to $.support for native bind.
Gianni Chiappetta
2010-12-15
1
-0
/
+3
*
|
|
Merge branch 'attrhooks.1.6'
jeresig
2011-04-10
1
-0
/
+3
|
\
\
\
|
*
|
|
IE8 testing for lowercasing the css properties on retrieving style; had assum...
timmywil
2011-04-09
1
-3
/
+3
|
*
|
|
Full test suite now passes in all browsers! There are probably some tweaks we...
timmywil
2011-04-03
1
-1
/
+2
|
*
|
|
Continuing IE7 testing, conditional attr fixes and hooks with feature testing...
timmywil
2011-04-03
1
-1
/
+1
|
*
|
|
Fix feature test, accidentally got rid of closure end
timmywil
2011-04-03
1
-1
/
+1
|
*
|
|
First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin...
timmywil
2011-04-03
1
-1
/
+4
*
|
|
|
Adds a default falsy value for focusinBubbles + minor style consistency regar...
jaubourg
2011-04-08
1
-1
/
+2
*
|
|
|
Applies exception in Style Guidelines regarding objects and functions when th...
jaubourg
2011-04-08
1
-1
/
+1
*
|
|
|
Rewrite of the support module. We use a temporary body element in order not t...
jaubourg
2011-04-07
1
-151
/
+142
|
/
/
/
*
|
|
Fixes #8203. Remove some misguided nulling of elements done in the name of IE...
Dave Methvin
2011-03-30
1
-7
/
+3
*
|
|
Bug #8635 Firefox uncaught exception
rwldrn
2011-03-28
1
-1
/
+1
*
|
|
Added css hook to work around bug in WebKit computed margin-right. Fixes #333...
Richard Worth
2011-03-24
1
-1
/
+13
*
|
|
Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...
jeresig
2011-02-23
1
-2
/
+7
*
|
|
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
David Murdoch
2011-02-12
1
-1
/
+0
*
|
|
Unexpose $.support._scriptEval as it's not needed. Use a private var instead....
David Murdoch
2011-02-12
1
-5
/
+5
*
|
|
Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...
Colin Snover
2011-02-07
1
-1
/
+1
*
|
|
Don't do body-related feature tests on frameset docs that have no body. Fixes...
Dave Methvin
2011-01-21
1
-4
/
+10
|
|
/
|
/
|
*
|
Add another tweak for handling CSP - we need to make sure that we don't trigg...
John Resig
2011-01-18
1
-1
/
+10
[next]