I have a bootstrap 2.32 modal which I am trying to dynamically insert into the HTML of another view. I\'m working with Codeigniter 2.1. Following Dynamically inserting a boo
For me, I had //= require jquery after //= require bootstrap. Once I moved jquery before bootstrap, everything worked.
//= require jquery
//= require bootstrap