CSS gets lost after loading content
- <div data-role="collapsible" data-collapsed="true" class="info">
<h1>Rooms</h1>
<div class="detail"></div>
</div
- $('.info').live('expand', function(){
- ...
$(".detail", this).load("load.php");
});
I have Collapsible lists, but when I load content the CSS gets lost.