mirror of https://github.com/ColorlibHQ/AdminLTE
Resolved conflict between Bootstrap tooltips and jQueryUI
parent
7d4d182a40
commit
000eaf8ea6
|
@ -891,10 +891,14 @@
|
|||
|
||||
<!-- jQuery 2.1.3 -->
|
||||
<script src="plugins/jQuery/jQuery-2.1.3.min.js"></script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- jQuery UI 1.11.2 -->
|
||||
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></script>
|
||||
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||||
<script>
|
||||
$.widget.bridge('uibutton', $.ui.button);
|
||||
</script>
|
||||
<!-- Bootstrap 3.3.2 JS -->
|
||||
<script src="bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
|
||||
<!-- Morris.js charts -->
|
||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
|
||||
<script src="plugins/morris/morris.min.js" type="text/javascript"></script>
|
||||
|
|
Loading…
Reference in New Issue