/** * Created by Charlie on 20/12/2016. */ $(function() { $('.open-popup-link').magnificPopup({ removalDelay: 500, type:'inline', midClick: true, callbacks: { beforeOpen: function() { this.st.mainClass = this.st.el.attr('data-effect'); } } }); });