jQuery GalleryView 对链接/href 的支持
我已经升级到 jQuery GalleryView 2.1.1,它似乎不支持图像上的 ahref 标签。有解决方法吗?我希望能够在图像鼠标悬停时显示标题并在单击时重定向到另一个页面。
I've upgraded to jQuery GalleryView 2.1.1 and it doesn't seem to support ahref tags on the images. Is there a workaround for this? I want to be able to display the title on image mouseover and redirect to another page onclick.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是我所做的:我使用面板覆盖作为要单击的对象。
我向它添加了一个 A 标签,这样我就可以在 css 文件中使用它的 href 属性(见下文),
我确保面板覆盖覆盖整个图像并使其透明。还向它添加了一个手形光标。
最后,在页面的 $(document).ready 函数中我添加了:
希望这可以帮助那里的人..
干杯:-)
here is what i did: i used the panel-overlay as the object to be clicked.
i added an A tag to it so i can use its href attribute (see bellow)
in the css file i made sure the panel-overlay covered the entire image and made it transparent.also added a hand cursor to it.
finally, inside the page's $(document).ready function i added:
hope this helps someone out there..
cheers :-)