I'm starting to use qTip2, and I'm looking the demos of the site. I was trying to understand this one but I didn't understand this so much. I can't understand this part:
...
}).removeData('qtip');
...
$(this).data('qtip');
...
I'd like to know why and for what .removeData()
and .data()
were used.
Could someone help me to understand it?