Error In Console Browser: Uncaught Typeerror: $ (...). Aadropdownmenu Is Not A Function
I have a project on rails that uses Active_Admin and other plug-ins, I get this error in the browser console. How do I fix this? Uncaught TypeError: $(...).aaDropdownMenu is not a
Solution 1:
I have exactly the same error. You should change the order in application.js jquery should be in the first place (it's a very important library). I also changed the version of the jquery library.
//= require jquery3
//= require rails-ujs
//= require activestorage
//= require turbolinks
//= require popper
//= require jquery.slick
//= require_tree .
Post a Comment for "Error In Console Browser: Uncaught Typeerror: $ (...). Aadropdownmenu Is Not A Function"