05/08/2014 |

Open In Dialog is a little jquery-ui plugin ,base on jquery ui dialog plugin.
it simply open links instead of on new tab\window, in dialog modal.
if the link is external link it will open it in the dialog using iframe.
Using example:
html
<div id="container">
<a href="http://mysite.org/page1">Page 1</a>
<a href="http://example.com">Example </a>
</div>
java script
jQuery("#container").openInDialog();