this is my current javascript includes
<%= javascript_include_tag 'jquery','application' %>
its works fine but the moment i add the bootstrap-dropdown plugin.
<%= javascript_include_tag 'jquery','bootstrap-transition','bootstrap-dropdown','application'%>
i get an error (firebug console) thats from the bootstrap-dropdown file.
--$("html").on is not a function
[Break On This Error]
$('html').on('click.dropdown.data-api', clearMenus)--
not too sure what I’m doing wrong here or what i did not catch/get.
oh btw the old bootstrap-dropdown worked for me.
You need to upgrade to jQuery 1.7.1.