Conflit jquery / Bootstrap
Salut à tous,
Après avoir posé la fonction .sortable pour déplacer des images (et faire update mysql en ajax ensuite)> ça pose un problème lorsque qu'on l'intègre a un template boostrap (dixit; celui nommé grayscal)
Code:
1 2 3
| <!-- Sortable -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script> |
Est en conflit avec
Code:
1 2 3
| <!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script> |
C'est dommage,
J'ai bien galéré avec ca,
vous en pensez quoi ?
La bise.