Nested tooltip (tooltip in tooltip)

I have a page that has a link, and when I click on that link, it opens a tool tip form that also contains some link, and now I want to open another form in the already opened tooltip. Is there a way? Please, help.

+2


source to share


1 answer


I had the same problem yesterday. I figured out that tooltip is a very specific thing and you shouldn't show two tooltips at once or insert them. In my case, displaying the second tooltip closed the container and none of them were visible. My solution was to replace the container tooltip with a jQuery UI dialog box that made more sense and then the tooltips popped up.



+1


source







All Articles