]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (#24513)
authorJohann-S <johann.servoire@gmail.com>
Mon, 23 Oct 2017 07:35:27 +0000 (09:35 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 23 Oct 2017 07:35:27 +0000 (10:35 +0300)
commit1487c3a9947b0eb55c61b5d93ff9f0c69a812aeb
tree5f05dafe9448cb79d9ea8ffa2dc86a15d3f59ea6
parent0d71a8a738688455746e91f7806fa0515c96d263
Add `Util.jQuery` which will detect jQuery instead of relying on global `$` (#24513)
14 files changed:
js/src/alert.js
js/src/button.js
js/src/carousel.js
js/src/collapse.js
js/src/dropdown.js
js/src/index.js
js/src/modal.js
js/src/popover.js
js/src/scrollspy.js
js/src/tab.js
js/src/tooltip.js
js/src/util.js
js/tests/index.html
js/tests/unit/util.js [new file with mode: 0644]