Good afternoon, tell me why plugins can block each other? That is, if I add 2 plugins: (for example)

<script src="templates/plugins/lightbox/js/lightbox-plus-jquery.min.js"></script> <script src="templates/plugins/chartjs/Chart.bundle.js"></script> 

Only the one that is connected first always works.

  • Add a minimal reproducible example that demonstrates the problem. Perhaps the problem is in the calling code, not in the libraries - Grundy
  • and add a description of what is included in these files and where you got them from. It is quite possible that each of them has its own version of jQuery - Grundy

0