(el)
| 2507 | }*/ |
| 2508 | // 判断元素是否隐藏(隐藏返回 true) |
| 2509 | function isHidden(el){ |
| 2510 | return (el.offsetParent === null); |
| 2511 | } |
| 2512 | // 判断是否为手机版(是则返回 true) |
| 2513 | function isMobile(){ |
| 2514 | return (/(phone|pad|pod|iPhone|iPod|ios|iPad|Android|Mobile|BlackBerry|MicroMessenger|IEMobile|MQQBrowser|JUC|Fennec|wOSBrowser|BrowserNG|WebOS|Symbian|Windows Phone)/i.test(navigator.userAgent) || (window.screen.width < 500 && window.screen.height < 800)); |