Guest User

Untitled

a guest
Jun 25th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. $('.my-custom-modal').magnificPopup({
  2. type: 'inline',
  3. midClick: true
  4. }).on('mfpBeforeOpen', function () {
  5. // 'this' is the current button that triggered the modal
  6. console.log(this);
  7. });
Add Comment
Please, Sign In to add comment