如何在open事件中获取magnific popup API上的url?

时间:2014-09-03 23:17:53

标签: javascript jquery callback magnific-popup

如何使用Magnific popup API打开网址?我想在open事件回调中添加window.location.hash

<a href="page-title" class="mfp">Lorem ipsum</a>

$('.mfp').magnificPopup({

  callbacks: {
    open: function() {
     var url = this.url
     window.location.hash += '-'+url
    }
  }
});

我尝试使用this.url,但没有运气。

1 个答案:

答案 0 :(得分:3)

找到答案:

首先,通过console.log($.magnificPopup.instance)进行搜索,最后找到了

this.currItem.src