I try to add a DIV to the body, but I obtained a blank page. This is my example.
In the same example I uncommented the HTML because is working fine.
Code :
$("body").append('<div data-role="page"><div data-role="content">HOME</div></div>');
$("body").collapsibleset();
