Stack Overflow for web end

Jquery UI tooltip on disabled button

In general, disabled elements do not trigger any DOM events. Therefore, it is not possible to properly control tooltips for disabled elements, since we need to listen to events to determine when to show and hide the tooltip. 

原文地址:https://www.cnblogs.com/drizzlewithwind/p/5821307.html