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. 

posted @ 2016-08-31 00:23  raindream  阅读(129)  评论(0编辑  收藏  举报