Quick Jump ↵
Add data-mjf="open_new_win|return_false" data-mjf_win_dim="normal(OR)WxH" id="ELEMENT_ID" to your clickable tag. WxH would be the new window's dimensions.
data-mjf="open_new_win|return_false" data-mjf_win_dim="normal(OR)WxH" id="ELEMENT_ID"
WxH
Add <script type="text/javascript">$m.wand.open_new_win = true;</script> inside your <body> tag.
<script type="text/javascript">$m.wand.open_new_win = true;</script>
<body>
Normal Pop Up
<a href="http://www.google.com/" data-mjf="open_new_win|return_false" data-mjf_win_dim="normal" id="open_new_win">Normal Pop Up</a>
300 x 300 Pop Up
<a href="http://www.google.com/" data-mjf="open_new_win|return_false" data-mjf_win_dim="300x300" id="open_300_win">300 x 300 Pop Up</a>
Add data-mjf_ga_track="false" if you don't want Google Analytics to track the particular click.
data-mjf_ga_track="false"
Window dimensions aren't supported in touch-based browsers.
« Back to the main documentation