获取当前 URL 锚点并运行 X

发布于 2024-08-09 07:02:53 字数 243 浏览 3 评论 0原文

我正在使用 coda 滑块插件,当您单击不同的段时,它将加载:

site.com/#1、site.com/#4

有没有办法使用 jQuery 检查该插件,然后运行一个函数。我有一个滑块,包含

日出、白天、日出、夜晚

4 个部分,在夜晚,我想覆盖一个透明的 PNG。它是 #4,因此当用户单击它时,#4 将作为锚点出现在 URL 中,并覆盖。

我理解所有其他代码,但不确定是否可以检查该锚点?

I am using a coda slider plugin and when you click different segments, it will then load:

site.com/#1, site.com/#4

Is there a way to check for that using jQuery, then run a function. I have a slider with 4 parts

sunrise, day, sunrise, night

And on night ,I want to overlay a transparent PNG. And it is #4, so when the user clicks that and #4 is in the URL as an anchor, overlay.

I understand all the other code, but not sure if it is possible to check for that anchor?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

只怪假的太真实 2024-08-16 07:02:54

你可以尝试使用 jQuery History 插件,但如果你能找到它会简单很多一种扩展 Coda 滑块插件以直接通知您的代码的方法。

You could try using the jQuery History plugin, but it will be a lot simpler if you can find a way to extend the Coda slider plugin to notify your code directly.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文