(function ($) { $(function () { $('[data-target^="#popup-"]').each(function () { $this = $(this); $this.magnificPopup({ items: { src: $this.data('target'), type: 'inline', midClick: true } }); }); }); })(jQuery);