I have a div with disabled items. I am using jquery ui to display tool tip. Tool tip is shown for enabled items but not for disabled div. How can I show tooltip for disabled div
Remove the pointer-events: none; to make it work.
pointer-events: none;