I’m trying to redirect this page Page to a Jquery mobile website that I’m currently working on but it doesn’t redirect. I have the lines of code below in the header area, yet it didn’t work. Any idea on what the problem could be?
<script type="text/javascript">
<!--
if (screen.width <= 699) {
document.location = "mobile.html";
}
//-->
</script>
Check out this website: http://detectmobilebrowsers.com
It provide samples of code for many different programming language and web servers.
For example, for a redirection to a mobile version for pure javascript you can use: