I'm new to bootstrap. I ran into a problem that I can not understand the reason. If I load content dynamically, collapse does not work. It does not add the in class on hover, as in http://twitter.github.com/bootstrap/javascript.html#collapse , but if the same html copied from dom and added as a static element, this method works, I use ajax for loading contents and in the complete function, which initiates events. Any idea why the content doesn't expand on hover with ajax .
source share