html - How to Hide the Native Mouseover a Title Element? -


i have designed table whereby want display tooltips when hover on item.

this mean.

http://i.stack.imgur.com/snsmc.png

however, problem having title displays twice! once using style created , once default browser behavior <a title=""> element...

how can solve this?

edit: have attached image, can see talking about.

you can make own , store title attribute's data in there , use new attribute display data , yes remove title attribute.

ok let's explain it, see have used title property's text of tabs hyperlinks show popup. suggesting make property, named data-popup, remove title attribute , change script , make use of data-popup property.

sorry ""attribute"" :p.


Comments

Popular posts from this blog

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -