我正在使用 bxcarousel 来显示一堆图像。每个图像都有一个工具提示,我使用 qtip 显示。
这适用于第一轮,但是当图像第二次出现时,工具提示不再显示(因为 bxcarousel 删除了一个滑出的元素并将其放回最后)
可以在此处找到轮播示例: http ://www.kipdola.be/carousel/carousel.html
这是用于绑定事件的代码(也许它需要某个地方的“实时”功能?)
// Create the tooltips only on document load
$(document).ready(function()
{
// Use the each() method to gain access to each elements attributes
$('#shopcarousel a[rel]').each(function()
{
$(this).qtip(