17th March, 11:47
Hi,
I am trying to destroy toltips created as
$j('li.jqtip:visible').each(function()
{
$j(this).qtip({ .........
I tried two options:
1. $j('li.jqtip').qtip("destory");
2. $j('li.jqtip').each(function(){
$j(this).qtip("destory");
})
}
Nothing happens - all the qtips are still alive.
Any suggestions?
Thanks
Andy
I am trying to destroy toltips created as
$j('li.jqtip:visible').each(function()
{
$j(this).qtip({ .........
I tried two options:
1. $j('li.jqtip').qtip("destory");
2. $j('li.jqtip').each(function(){
$j(this).qtip("destory");
})
}
Nothing happens - all the qtips are still alive.
Any suggestions?
Thanks
Andy
