james_fairhurst schrieb:
Hi,

Shameful to admit but my first post is a request for help but here
goes.

I've been using the wonderful "jQuery plugin: Tooltip" from
bassistance.de but I haven't been able to get it working for disabled
form input fields. I don't know whether this is an issue with HTML in
general not being able to display the title attribute or with the
plugin itself.

I've tried to specifically select the disabled inputs to no avail
with:

$('#form_style input[disabled]').tooltip();

Any help would be greatly appreciated.
It looks like a disabled field doesn't fire any events at all, neither click nor hover. I don't see any way around that.

Jörn

Reply via email to