gpt4 book ai didi

javascript - 如何在打开事件时获取放大弹出 API 的 url?

转载 作者:行者123 更新时间:2023-11-28 19:37:23 26 4
gpt4 key购买 nike

如何获取使用 Magnific popup API 打开的网址?我想将其添加到打开事件回调中的 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 但没有成功。

最佳答案

找到答案:

首先通过console.log($.magnificPopup.instance)搜索,终于找到了

this.currItem.src

关于javascript - 如何在打开事件时获取放大弹出 API 的 url?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25655047/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com