drewwilson / TipTip

Intelligent ToolTip jQuery Plugin
http://code.drewwilson.com/entry/tiptip-jquery-plugin
124 stars 70 forks source link

Numeric value 0 non handled properly #26

Closed danypellerin closed 3 years ago

danypellerin commented 6 years ago

A content of 0 isn't managed properly, it will either show an empty tooltip or the last value given to the tooltip.

Tiptip should check if the value is numeric and convert it to a string.