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

Title content is deleted after loaded?

viirak opened this issue · comments

In my case I implement tooltip on elements loaded via ajax. so on every success,
new $.Zebra_Tooltips($('.item'),{'animation_speed':150});

first page of ajax loaded is fine. but from second page will make first page tooltip fail because content of title attribute was deleted.

Why you need to deleted?

This is now fixed. Thanks!