mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

Tabs aren't working #133

Closed aakaashh closed 7 years ago

aakaashh commented 7 years ago

Materialize tab isn't working as expected. Please find the screenshot of the result. screenshot from 2017-01-24 09-37-42

When jquery2 is included in application.js in place of jquery, the tabs work as expected, but a error appears in console - Uncaught TypeError: $(...).sideNav is not a function

When both jquery and jquery2 is included in application.js, the tabs dont work.

I am also using xdan-datetimepicker also, which works on only jquery and stops working on jquery2.

Thank you.

aakaashh commented 7 years ago

It's working when I remove the active admin js files and I include jquery and jquery2