-
30 Sep 2012 9:59 PM #1
Unanswered: Nested Ext Qtip is not working
Unanswered: Nested Ext Qtip is not working
Hi,
I am using XTemplate and I need different tooltips for outer and inner elements.
The problem is, When I mouseover the inner element it shows the tooltip for the outer element.
I tried to use z-index for inner element but it didn't work.
Any suggestions??
My code is something like this:
Code:<li ext:qtip="some text"> <div ext:qtip="another text"></div> </li>


Reply With Quote