]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Rewritten modal without jquery (#23955)
authorAlessandro Chitolina <alekitto@gmail.com>
Fri, 15 Sep 2017 14:07:24 +0000 (16:07 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 20 Feb 2019 20:05:45 +0000 (22:05 +0200)
commit33211eefdfb27eff7ba21886e16f2efdc0efa3e6
treef8f3f3342a6c2c2363448346debf52beb4954b21
parent9f9712b98c92678c709b2ad0adfa954e3c120911
Rewritten modal without jquery (#23955)

* Trigger jquery events if available in event handler

* Rewritten modal without jquery
12 files changed:
js/src/carousel.js
js/src/dom/data.js
js/src/dom/eventHandler.js
js/src/dom/manipulator.js
js/src/modal.js
js/src/util.js
js/tests/index.html
js/tests/unit/button.js
js/tests/unit/carousel.js
js/tests/unit/dom/eventHandler.js [new file with mode: 0644]
js/tests/unit/modal.js
js/tests/visual/modal.html