trying to use the dropit menu plugin, doesn't seem to be working

  • <%= current_user.email %>
    • <%= link_to 'Messages', '/' %>
    • <%= link_to 'Account', '/' %>
    • <%= link_to 'Profiles', '/' %>
    • <%= link_to 'User sign out', destroy_user_session_path, method: :delete %>

$(document).ready(function() { $(‘.menu’).dropit(); })

Are you using turbolinks?

Colin