Search code examples
qtip2

Multiple qTip2 on the same element


Calling .qtip twice on the same element erases the previous qtip. Is it possible to have 2 styles of qtip on the same element (one is right click, one is mouse over)


Solution

  • You cant have 2 on the same element but you can wrap the element in a span and call qtip on that with a different trigger.