stefangabos / Zebra_Tooltips

A lightweight, accessible, and highly configurable jQuery plugin for creating beautiful tooltips

Home Page:https://stefangabos.github.io/Zebra_Tooltips/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The tooltip is not dynamic in a list of items

Hervera opened this issue · comments

The tooltip gives the same title when they are different titles in a group of items. It should have a dynamic id for each item that is within an array.

ok, i will look into it. thank you for reporting!

i am not able to reproduce this.
i tried with

<a href="javascript:void(0)" class="tooltip" title="title 1">Sample tooltip 1</a>
<a href="javascript:void(0)" class="tooltip" title="title 2">Sample tooltip 2</a>
<a href="javascript:void(0)" class="tooltip" title="title 3">Sample tooltip 3</a>

and also with

<a href="javascript:void(0)" class="tooltip" data-ztt_content="title 1">Sample tooltip 1</a>
<a href="javascript:void(0)" class="tooltip" data-ztt_content="title 2">Sample tooltip 2</a>
<a href="javascript:void(0)" class="tooltip" data-ztt_content="title 3">Sample tooltip 3</a>
new $.Zebra_Tooltips($('.tooltip'));

and i got the expected results both time.
can you please show me how are you doing it?

All the tooltips are getting the same tiitle, which is the title of the last item! Look at this example

you are using the previous version, where this was indeed a bug.
use 2.1.0 instead of 2.0.5

finely, it works with version 2.1.0