how to open popup within popup in magnific popup plugin

Yogesh Saroya picture Yogesh Saroya · Feb 20, 2014 · Viewed 19k times · Source

can anybody tell me how to open popup within popup using magnific-popup jquery plugin (using ajax).

$('.ajax-popup-link').magnificPopup({
  type: 'ajax'
});
<a href="path-to-file.html" class="ajax-popup-link"> Link 1 </a>

on "path-to-file.html"

<a href="path-to-other-file.html" class="ajax-popup-link"> next popup </a>

Thanks

Answer

Dmitry Semenov picture Dmitry Semenov · Feb 21, 2014

You can't have two windows open at once. But the content of popup is replaced when is called second time, here is example - http://codepen.io/dimsemenov/pen/hwIng