码迷,mamicode.com
首页 > Web开发 > 详细

jquery根据请求的设备跳转到相应的页面

时间:2015-05-01 09:19:23      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:

if(window.location.toString().indexOf(‘pref=padindex‘) != -1){
  }else{
  if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){
  if(window.location.href.indexOf("?mobile")<0){
  try{
  if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){
  window.location.href="http://m.mobile.com/index.htm";
  }else if(/iPad/i.test(navigator.userAgent)){
  window.location.href="http://www.pad.com/index/"
  }else{
  window.location.href="http://m.mobile.com/simple/s/index/"
  }
  }catch(e){}
  }
  }
  }

jquery根据请求的设备跳转到相应的页面

标签:

原文地址:http://www.cnblogs.com/anyben/p/4470337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!