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
I tried this and it worked
Worked code
$("#divDisabled *").attr("disabled", "disabled").off('click');