bootstrap/js
Chris Rebert e67e3e9b19 button.js: Set disabled property in addition to disabled attribute to preserve behavior under jQuery 3 (#20278)
This code ought to have used .prop instead of .attr in the first place,
but we can't get rid of the attr manipulation now due to backward compatibility constraints.

Refs https://github.com/jquery/jquery-migrate/blob/3.0.0/warnings.md#jqmigrate-jqueryfnremoveattr-no-longer-sets-boolean-properties
Refs #16834

[skip validator]
2016-07-12 04:04:40 -07:00
..
tests Port #20198 to v3 2016-07-07 23:32:50 -07:00
.jscsrc Update JSCS rules. 2015-05-05 06:50:18 +03:00
.jshintrc Revert UMD (#13772 & friends) for now, due to #13812. 2014-06-23 11:11:59 -07:00
affix.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
alert.js alert: Avoid calling jQuery('#'), it's a syntax error in jQuery 3.0 (#20019) 2016-07-12 00:29:04 -07:00
button.js button.js: Set disabled property in addition to disabled attribute to preserve behavior under jQuery 3 (#20278) 2016-07-12 04:04:40 -07:00
carousel.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
collapse.js Fix JSHint errors. 2016-03-10 13:44:16 +02:00
dropdown.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
modal.js enforceFocus event.target - event is undefined 2016-01-15 12:13:40 +00:00
popover.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
scrollspy.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
tab.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00
tooltip.js Clear tooltip's $element to prevent leaking memory. Fixes #17973 2016-05-29 17:43:40 -07:00
transition.js Update copyright years to 2016 2016-01-01 12:22:03 -08:00