1
onload magnificent modal
CGuild1.com > Tips & Tricks > onload magnificent modal

Open Magnificent Popup Modal on Page Load

Here is how to load the Magnificent Pop jquery modal when the page is loaded

$.magnificPopup.open({items: {src: '#id-of-your-popup'},type: 'inline'}, 0);

I found this over here at Stackoverflow, it is the second answer.
©2024 CGuild1.com