var ffh = self.pageYOffset || (document.documentElement && document.documentElement.scrollTop) || (document.body && document.body.scrollTop);
if ($.browser.msie) { var sie = 0; $(window).scroll(Scroll); } else { var sie = 200; document.addEventListener('scroll', Scroll, false); }
//if(isiPad || isiPhone || isiPod) { document.addEventListener('touchmove', Scroll, false) };
var isiPod = navigator.userAgent.match(/iPod/i) != null;*/
var isiPhone = navigator.userAgent.match(/iPhone/i) != null;
/*var isiPad = navigator.userAgent.match(/iPad/i) != null;
Комментариев нет:
Отправить комментарий