Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Papapashu/b359e11266c1ad7b400ec5152f6e7861 to your computer and use it in GitHub Desktop.
Save Papapashu/b359e11266c1ad7b400ec5152f6e7861 to your computer and use it in GitHub Desktop.
$('.tile').on('click', function () {
var theGoodStuff = $(this).find('.tile-info p')
$.magnificPopup.open({
items: {
src: theGoodStuff,
},
type: 'inline'
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment