1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/js
Germán M. Bravo 82b066f0a9 Wait for the expected target during a collapse
Actually wait for the collapsed item to complete. If complete is called
with other target, instead of simply returning and do nothing, wait again
until the proper target triggers the event (otherwise this leaves collapse
in a broken state).
2014-04-12 14:44:35 -05:00
..
tests JS: remove unused variables. 2014-04-09 10:01:48 +03:00
.jscsrc
.jshintrc JS: remove unused variables. 2014-04-09 10:01:48 +03:00
affix.js
alert.js
button.js
carousel.js Add comments in carousel.js to clarify that "slid" is not a typo 2014-03-31 18:09:24 -07:00
collapse.js Wait for the expected target during a collapse 2014-04-12 14:44:35 -05:00
dropdown.js When opening the dropdown, focus() the dropdown-toggle BEFORE triggering 'shown.bs.dropdown' 2014-04-08 22:36:21 -07:00
modal.js Modal body shift fix for IE10/11 2014-03-28 23:45:22 -07:00
popover.js
scrollspy.js JS: remove unused variables. 2014-04-09 10:01:48 +03:00
tab.js
tooltip.js JS: remove unused variables. 2014-04-09 10:01:48 +03:00
transition.js