$(document).ready(function() { $("[title]:not(.ItemImage)").removeAttr('title'); });
This removes the tooltip of anything else but it not remove the default tooltip from my specific class (.ItemImage).
Please, can you help me or guide me. Thank you!
|
feedback
|
|
You can custom Class right. difine two set of class..so that you can disable the set | |||
|
feedback
|
|
are you mean this ?
| |||
feedback
|
:not? like$("[title]:not(.myClass)")? – JCOC611 Apr 24 '11 at 20:06