Hi,
 
 I am trying to use the jQuery mobile as a UI in Cognos. 
 It is working fine in all the browsers(chrome, safari, firefox) but not Internet explorer(we are using IE 11).
 
 I am aware that jQuery mobile compatibility in IE is no more guaranteed. But my sample jQuery mobile code is working fine in IE if I uses it as standalone HTML file(without cognos). 
 So, if some one could figure out "what is the issue?" and "where the collision?" then this issue will be resolved.
 
 
 I have completed the development of actual requirement but because of this IE incompactability we could not go live.
 
 Please help.
 
 I have attached the source code from both Internet explorer 11 and Google chrome browsers. And also the jQuery mobile code part which I used.
 
 My idea is like,
 
 <cognos HTML>
    <HTML for jQuery UI>
      </HTML for jQuery UI>
 </cognos HTML>
 
 P.S: Cognos is a BI reporting tool from IBM, in it we can create web based reports/dashboards; its build on JSP; these reports will have objects like chart, list, crosstabs etc to display the data) 
 
 - I have tried the code from CDN and also relative reference from the same server. But didn't help,