Hello all.
My initialization code only seems to work with the "title" attribute. Is there some way I can use a custom attribute, for instance, name it "tooltip" so that the default "title" attribute will not show up in IE? It's not valid W3C, but whatever.
Many thanks.
<img src="whatever.jpg" tooltip="Click here" />
$("#div_container img[tooltip]").tooltip('#demotip');
My initialization code only seems to work with the "title" attribute. Is there some way I can use a custom attribute, for instance, name it "tooltip" so that the default "title" attribute will not show up in IE? It's not valid W3C, but whatever.
Many thanks.
<img src="whatever.jpg" tooltip="Click here" />
$("#div_container img[tooltip]").tooltip('#demotip');
