iOS safari: sync two jquery functions -
on mobile website try this:
$('.element').removeattr('style'); $(window).scrolltop(60);
these 2 jquery functions fire @ same time in browsers other ios safari , causing glitchy behavior. there way force these 2 fire @ once?
Comments
Post a Comment