skip to Main Content

Flickity AsNavFor producing error in the console: "Uncaught TypeError: Cannot read properties of undefined (reading 'create')" – Laravel

i'm using flickity as the instructions, but got this error warning in the console anybody know how to solve this? Here is the current bundle package <script src="https://unpkg.com/flickity-as-nav-for@3/as-nav-for.js"></script> <script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script> <link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css"> i'm using flickity AsNavFor but it shown…

VIEW QUESTION

How to place two bootstrap carousels in the same page? – Twitter bootstrap

I am trying to use two bootstrap carousels on the same page. The following is the code: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--BOOTSTRAP LINKS FOR CAROUSEL--> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <!--BOOTSTRAP LINKS-->…

VIEW QUESTION
Back To Top
Search