ruby on rails - Bootstrap navbar dropdowns not always working -


i using rails 4 , bootstrap 3 , having issues dropdown's in navbar consistently dropping down. i'm finding work pages (landing page) once navigate page navbar drop down no longer activate when clicked.

i can supply whatever code helpful identify problem.

i'm using twitter-bootstrap-rails gem @ bootstrap3 branch.

thanks!

this due turbolinks not trigger document.ready event.

as said in other topic, can disable turbolinks 1 link adding data-no-turbolink='true' link tag, or application removing turbolinks gem.

you can home-made patch: see here


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -