dotted underline shows but does not work
-
Hi,
I love tooltips and using it a lot.
I am now using accordion using details and summarty tag. When I use a word which is supposed to show tooltip. The word has dotted underline but the tooltip doesn’t show up. The below is the copy of the element when detail is opened. As you see, there is no script tag attached to the span tag. And no linking id in class. Does Tooltips work in detail tag? How can I make it work.<details open=""><summary>title</summary> <span class="tooltipsall tooltipsincontent classtoolTips3"> texts </span> </details>
When I put script tag and attach linking id in class, tooltips showed up. So toolTips() is working in details tag. I believe that toolTips is not generating the linking id and script tag in details though toolTips is recognizing the part as dotting line shows up and all tooltip classes are attached.
<details open=""><summary>title</summary> <span class="tooltipsall tooltipsincontent classtoolTips3"> texts </span> <span class="tooltip_post_id_custom_b8929621cf709385c3d2ba7b92dd70a3">texts </span> <script type="text/javascript"> toolTips('.tooltip_post_id_custom_b8929621cf709385c3d2ba7b92dd70a3','\<p\>this showed.\<\/p\>\
'); </script> </details>
Could anyone help me?
- The topic ‘dotted underline shows but does not work’ is closed to new replies.