获取当前 URL 锚点并运行 X
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试使用 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.