kswedberg / jquery-cluetip

No longer maintained/supported. — Displays a highly customizable tooltip when the user hovers (default) or clicks (optional) the matched elements.
http://plugins.learningjquery.com/cluetip/
219 stars 92 forks source link

Ajax request don't display in ie6 #12

Closed nttvuong closed 13 years ago

nttvuong commented 14 years ago

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'
});

kswedberg commented 13 years ago

Sorry, but I can't reproduce this issue. Please provide a link to a reduced test case so I can see the problem, and I'll reopen the issue.

Thanks.