Skip to content

Instantly share code, notes, and snippets.

@jhouedanou
Created November 20, 2016 21:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhouedanou/8c134484f017632c686a7c08148f81a2 to your computer and use it in GitHub Desktop.
Save jhouedanou/8c134484f017632c686a7c08148f81a2 to your computer and use it in GitHub Desktop.
$(document).ready(function (){
$('.open-popup-link').each(function() {
$(this).magnificPopup({
type:'inline',
midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
});
});
}(window.jQuery || window.$));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment