When I load content via ajax . Content don't display in tip area in ie6 browse. Other browse work well.
$('#change_smile').cluetip({
local:false,
positionBy:'bottomTop',
arrows: true,
cursor: 'pointer',
sticky: true,
closePosition: 'title', // location of close text for sticky cluetips; can be 'top' or 'bottom' or 'title'
closeText: '',
dropShadow: true,
hoverIntent: false,
activation: 'click',
width:'236px'
});
When I load content via ajax . Content don't display in tip area in ie6 browse. Other browse work well. $('#change_smile').cluetip({ local:false, positionBy:'bottomTop', arrows: true, cursor: 'pointer', sticky: true, closePosition: 'title', // location of close text for sticky cluetips; can be 'top' or 'bottom' or 'title' closeText: '', dropShadow: true, hoverIntent: false, activation: 'click', width:'236px'
});