Jquery LightGallery modals do not open...
Dreamweaver 19.2
MacBook Pro 10.14.6
"LightGallery using jQuery"
Bootstrap 4.1.1 Snippet by Siddharth Panchal
Problem: The expected modals do not open.
Example can be viewed at:
Dreamweaver 19.2
MacBook Pro 10.14.6
"LightGallery using jQuery"
Bootstrap 4.1.1 Snippet by Siddharth Panchal
Problem: The expected modals do not open.
Example can be viewed at:
Not sure why you want to mix a 3rd party lightbox viewer with Bootstrap that already has a built-in modal window component. But you need to load jQuery library first above all other scripts.
<!--JQuery first, then popper then Bootstrap JS-->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap-4.2.1.js"></script>
And fix your code error in comments.
Showing results for http://satgraphics.com/oldFriends/lightGallery.html - Nu Html Checker
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.