-
Notifications
You must be signed in to change notification settings - Fork 273
Open
Description
Is is possible to attach a jbox tooltip to a disabled button? I'd like to inform the user the reasons the button is disabled using a tooltip.
I've disabled the button like so:
$('.btn-print').attr('disabled', true);
(Have also tried $('.btn-print').prop('disabled', true); )
And attaching the tooltip as:
new jBox('Tooltip', {
attach: '.btn-print'
});
Obviously if I hover of the button, the cursor changes to not allow but the jbox doesn't appear. If I comment out the disable, it works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels