如何使用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
,但没有运气。
答案 0 :(得分:3)
找到答案:
首先,通过console.log($.magnificPopup.instance)
进行搜索,最后找到了
this.currItem.src