How to use HTML conditional statements with jQuery Mobile -
i have jqm web app uses features not available prior ie 10. while know jqm supports earlier browsers, want alert users app not.
i put following first lines inside <body>
tag in index.html file:
<!--[if lt ie 10]> <div class="browsehappy"> using <span class="bold">outdated</span> browser. please <a href="http://browsehappy.com/">upgrade browser</a> improve experience. </div> <![endif]-->
but doesn't seem working. i'm wondering if jqm's page ajax system preventing working properly.
example: http://jsbin.com/ogiroce/1/edit
as far know, cannot done jqm.
Comments
Post a Comment