How to show the tooltip/hover in the radio buttons of matric table type question | XM Community
Skip to main content

Hi,
I have a requirement to show the scale options in the tooltip/hover on the radio button instead of headers. Could anyone please let me know how to write a jQuery/JavaScript to achieve this requirement.

Thanks,

Write a function onClick. Once the radio option is clicked you can show the scale and increment the value again on click. if the value%2==0 hide it else show it.


Leave a Reply