Expand my Community achievements bar.

Change Tooltip with Javascript

Avatar

Former Community Member
i want to change the tooltip-text with javascript.

is there a way to do that?



i have a lot of checkboxes and want to change the caption AND tooltip with javascript from an array. it works fine with the caption-text



thanks

herbert
2 Replies

Avatar

Former Community Member
Hi,



Try this.



this.assist.toolTip.value = "Hi from Avoka";



Regards



Philip