Skip to content

Instantly share code, notes, and snippets.

@EfremovMS
Last active February 6, 2017 07:15
Show Gist options
  • Save EfremovMS/9eadc7092e9a4c193584bae0643ad5c6 to your computer and use it in GitHub Desktop.
Save EfremovMS/9eadc7092e9a4c193584bae0643ad5c6 to your computer and use it in GitHub Desktop.
MagnificPopup: JS open popup
$(function () {
// открытие модальных окон
// - [all]
$('.js-popup').magnificPopup({
type: 'inline',
midClick: true,
closeMarkup: '<button title="%title%" type="button" class="mfp-close"></button>',
mainClass: 'mfp-fade',
removalDelay: 300,
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment