jquery - jQueryMobile scrolls the parent page when iFramed - how? -


if iframe page runs using jquerymobile, once page has loaded, scroll down top of iframe. if open lightbox, page scroll down lightbox's position. note: on ios devices in particular.

for example, go here on iphone: http://jsfiddle.net/morgoe/nsunj/ scroll down 'photo lighbox' , click on 1 of images. entire page scroll down lighbox.

how jquerymobile manipulating scroll position of parent frame?

won't let me submit without code. 

they're using

window.location.hash = '#edit'; 

to scroll position of element id 'edit'. clever.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -