I'm fairly new to JQuery, and I'm now using it just to get a popup functionality in a page where I need to show the content of other web pages inside popups. The problem is that in Safari, on an iPad with iOS 6.0.1, the JQuery popup seems to break somehow the iframe scrolling. Here are the relevant code snippets: JQuery imports:
If I try to scroll such div, the content actually starts moving up and the scrollbar appears, but it looks as if the offset content hasn't been rendered, so there's nothing to show beyond the visible div area.
If I add to the page a simple div which is not a JQuery popup, as in the following code, it scrolls perfectly: