1
The jQuery file should always come before any plugin that uses jQuery.
Moreover, the code order is fundamental in all programming.
<script src="jquery.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="datetime-picker.min.js"></script>
And so on and so on...
Put jquery before bootstrap
– Pablo Tondolo de Vargas
solved, thank you !
– Paulo
Please do not add SOLVED in the question title, this site works different from forums, the "accepted" in one of the answers already shows that the doubt has been resolved.
– user28595
but I don’t know where it is. You can tell me where it is.?
– Paulo