Jquery mobile does not support correctly

Jquery mobile does not support correctly

Hi, I have my cordova project and I am using jquery and jquery mobile for fetching remote data from remote servers. I am  suffering from a serious condition which is that if data which is dynamically craeted in .js file is successfully displayed in lower versions of android like jellybean but if I use upper android versions, then on those devices jquery it not working at all.It only displays that data which I have created in pure html not with jquery mobile. 

I am using jquery versions which are as follows:  jquery.mobile-1.4.5.min.css , jquery-1.11.3.min.js , jquery.mobile-1.4.5.min.js 

and cordova version : 5.2.0 and I am attaching my js and html file.

I an using these below lines of code : 

<link rel="stylesheet" href="css/propert_list_page.css" />
<link rel="stylesheet" href=" http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src=" http://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src=" http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
<script src="js/projects.js"></script>

And if I use jquery.js instead of jquery-1.11.3.min.js then it displays data but styling of page destroyed.

Please help me. i request you. Thankyou in advance.