Position to window Position to origin Position to #codeSample

<a href="#positionWindow" data-rel="popup" data-position-to="window">

<div data-role="popup" id="positionWindow">
	<p>I am positioned to the window.</p>
</div>

I am positioned to the window.

I am positioned over the origin.

I am positioned over the code sample via selector.