sergiodlopes/jquery-flexdatalist

.flexdatalist is not a function

Aibat1997 opened this issue · 2 comments

I install it and make all steps from your website but I get this error: jQuery(...).flexdatalist is not a function

I had the same issue. The problem was that my own script.js file was loading before jquery.flexdatalist.js
Once I swapped them around it worked fine:)