working with JS

Post Reply
User avatar
amr
Master Bludit
Posts: 56
Joined: Fri Apr 22, 2016 8:36 am
Location: Egypt
Contact:

Hello , i have problem loading js files , i have tried many ways but non is working so could someone please help me out

Code: Select all

<script src="<?php echo HTML_PATH_THEME ?>vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="<?php echo HTML_PATH_THEME ?>vendor/bootstrap/js/popper.min.js"></script>
<script src="<?php echo HTML_PATH_THEME ?>vendor/bootstrap/js/jquery.min.js"></script>
here is the file path
User avatar
diego
Site Admin
Posts: 773
Joined: Sat May 16, 2015 2:53 pm
Been thanked: 1 time
Contact:

Hi, could you check the source code of the page ? I mean, go with your browser to the page and right click show source code.
Post Reply