主要的需求是用户使用手机访问PC端页面,这个时候告诉用户是否继续留在PC端页面,还是直接跳转到手机端页面进行访问。点击按钮的过程中,并记录cookie,有效时间一天。
html
| 1 | <!DOCTYPE html> | 
css
| 1 | /* S add popup for mobile */ | 
javascript
| 1 | jQuery(function($){ | 
Live a good life
主要的需求是用户使用手机访问PC端页面,这个时候告诉用户是否继续留在PC端页面,还是直接跳转到手机端页面进行访问。点击按钮的过程中,并记录cookie,有效时间一天。
| 1 | <!DOCTYPE html> | 
| 1 | /* S add popup for mobile */ | 
| 1 | jQuery(function($){ |