Jquery Mobile- Design applying partially.Doesn't appear properly.

Jquery Mobile- Design applying partially.Doesn't appear properly.

Hi,

Am using jquery mobile for android and IOS mobile styles, and also using JSVIEWS and JSRENDER to render html content dynamically. I have rendered all content in dynamically with in a page, so here when am rendering content initially, JQM designs applying perfectly but after I have rendered html content dynamically It does not apply properly. Some of the styles are applying. 

Here my content always rendered dynamically, I have triggered content div once loaded the html content, even it's not working fine. (mobile single page concept).

Code after rendered dynamic content.

$('#output').trigger('create');

Please provide suggestion to resolve the issue. 

Am totally new to JQM, am not aware of using JQM with other framework..(like JSRENDER and JSVIEWS). COuld please suggest, is that JQM supporting with JSVIEWS and JSRENDER.