I’ve a page with more than 300 buttons.
On each button I need a tooltip but I’ve only 10 different tooltips (many buttons have the same tooltip).
Creating such tolltips by js takes a long time : the show time of the page goes from 2 to 7 secs.
Is it possible create a tooltip and attach it to many buttons ?
How, using css classes as selector?
I saw there’s template but I didn’t understand how to use it in this situation.
Tks