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
/
test
/
unit
/
attributes.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Attributes: Remove undocumented .toggleClass( boolean ) signature"
Timmy Willison
2016-01-07
1
-1
/
+24
*
Revert "Misc: Drop support for older browsers; update support comments"
Timmy Willison
2016-01-06
1
-6
/
+11
*
Build: code style fixes after all those reverts
Oleg Gaidarenko
2015-12-22
1
-3
/
+3
*
Revert "Attributes: do not set properties to false when removing booleans"
Oleg Gaidarenko
2015-12-22
1
-1
/
+1
*
Attributes: remove flakey test for selected attribute
Timmy Willison
2015-10-26
1
-3
/
+1
*
Attributes: do not set properties to false when removing booleans
Timmy Willison
2015-10-26
1
-2
/
+4
*
Tests: Post-Summit cleanup
Richard Gibson
2015-10-25
1
-1
/
+1
*
Attributes: fix tabIndex on <img> in IE11
Joelle Fleurantin
2015-10-25
1
-0
/
+7
*
Attributes: Use simpler boolean check vs a function call
Dave Methvin
2015-10-25
1
-1
/
+5
*
Attributes: Remove undocumented .toggleClass( boolean ) signature
Dave Methvin
2015-10-25
1
-24
/
+1
*
Tests: further improvements QUnit 2.0 migration
Oleg Gaidarenko
2015-09-08
1
-2
/
+2
*
Tests: Partially use new qunit interface
Oleg Gaidarenko
2015-09-07
1
-493
/
+493
*
Build: Update jscs and lint files
Oleg Gaidarenko
2015-09-07
1
-612
/
+613
*
Tests: don't use deprecated argument in test declaration
Oleg Gaidarenko
2015-07-30
1
-2
/
+5
*
Attributes: don't test SVG CSS-class manipulation in IE8
Oleg Gaidarenko
2015-05-19
1
-0
/
+12
*
Attributes: add SVG class manipulation
Timmy Willison
2015-05-12
1
-0
/
+28
*
Attributes: revert returning null for non-existant attributes
Timmy Willison
2015-03-30
1
-47
/
+38
*
Attributes: revert returning null for non-elements
Timmy Willison
2015-03-16
1
-1
/
+1
*
Attributes: fix failing test for new return value
Timmy Willison
2015-03-16
1
-2
/
+11
*
Attributes: return null when attribute does not exist
Winston Howes
2015-03-16
1
-38
/
+38
*
Attributes: Simplify the option val hook; backport a test from master
Michał Gołębiowski
2014-12-08
1
-0
/
+5
*
Misc: Drop support for older browsers; update support comments
Michał Gołębiowski
2014-12-08
1
-6
/
+1
*
Tests: Minor updates for QUnit 1.16 compatibility
Richard Gibson
2014-12-05
1
-1
/
+1
*
Tests: Correct logic of a broken assertion
Oleg Gaidarenko
2014-04-15
1
-2
/
+3
*
Attributes: Trim whitespace from option text when returned as a value
John Hoven
2014-03-20
1
-0
/
+13
*
Tests: Fix code style issues
Oleg
2014-01-16
1
-4
/
+4
*
Attrs: Restore ability to pass array to jQuery#val
Oleg
2014-01-16
1
-2
/
+7
*
Attrs: Fix valHook for option element
Oleg
2014-01-16
1
-0
/
+9
*
Tests: Avoid use of QUnit.reset() in tests by splitting them
cjqed
2014-01-03
1
-9
/
+14
*
Add tests for class manipulation on jQuery object containing more than one el...
Michał Gołębiowski
2013-10-25
1
-0
/
+43
*
No ticket: Hide the testing-support jQuery from tests
Richard Gibson
2013-09-03
1
-1
/
+1
*
Fix for custom attr handles duck-punching the boolean attr handle
Timmy Willison
2013-08-28
1
-0
/
+14
*
Fix #13835: classes separated by form feed
Richard Gibson
2013-05-13
1
-0
/
+20
*
Update jshintrc to conform to new style guide. Conform to onevar and unused i...
Timmy Willison
2013-04-09
1
-61
/
+76
*
Adjust the return value of the tabIndex propHook to match the spec. Fixes #13...
Oleg Gaidarenko
2013-04-08
1
-4
/
+9
*
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
Michał Gołębiowski
2013-04-03
1
-4
/
+4
*
Fix #13514: Set selectedIndex to -1 when non-matching value is set on a selec...
ruado1987
2013-03-22
1
-0
/
+16
*
Fix typos. Close gh-1186.
dmitrygusev
2013-02-28
1
-2
/
+2
*
No ticket: Revise unit tests in anticipation of Sizzle-free builds
Richard Gibson
2013-02-22
1
-1
/
+1
*
Fix #12656. Make event shorthands excludable.
Dave Methvin
2013-01-27
1
-1
/
+1
*
Fixes #13088: under IE8, $(selector).attr('style') always return lowercase st...
Mike Sherov
2012-12-31
1
-2
/
+5
*
let .attr(checked|selected, true) update the property
Richard Gibson
2012-12-16
1
-2
/
+9
*
Fix #11115: Normalize boolean attributes/properties. Close gh-1066.
Richard Gibson
2012-12-15
1
-58
/
+50
*
Fix #12600: don't use value property in place of value attribute. Close gh-1063.
Richard Gibson
2012-12-14
1
-8
/
+10
*
Fix #9646. Cloned nodes shouldn't affect original in IE7. Close gh-947.
Oleg
2012-12-13
1
-0
/
+24
*
Missed a var declaration in aad235b3251494afe71fd5bb6031e11965af9bdb.
Dave Methvin
2012-12-11
1
-1
/
+1
*
Fix #13011. Let 'type' attribute be set if the browser allows.
Dave Methvin
2012-12-11
1
-9
/
+5
*
Test: Update index.html to new QUnit format. Close gh-1061.
Timo Tijhof
2012-12-10
1
-6
/
+6
*
Fix #12957. Simplify wrapMap, it doesn't need end tags. Close gh-1044.
Oleg
2012-11-27
1
-5
/
+2
*
Don't let removeClass create attributes
Richard Gibson
2012-11-27
1
-21
/
+19
[next]