I am using jquery 1.4.2 and qtip-1.0.js
in ie/7/6/8 whenever I hover over the image on which the tooltip is applied, I get the tooltip... but I also do get the original title... does not happen on the firefox though... Is there any option or setting specific to disable the img titl and just show the tooltip?
my code looks like this
$('.selector img[title]').qtip({style: {name: 'green'},
tip: true
},
show: { delay: 100 },
hide: { delay: 100 }
});
Thanks