4th May, 19:33
Hi, Im new in webdeveloper and I finding some dificults.
I was posted about a thickbox problem that was my fault, but this a belive is not.
when close de thick box the qtip dont hide.
I have images with qtip acting like buttons for events. Some others dont hide sometimes but the close img always show and dont hide.
in thick box have a function named tb_remove() when thick box close.
I add this code in begin of this function:
but have no results, the qtip still showing.
can anyone help?
another issue that I dont know how to correct is the title sometimes show, crag know about this why I found other topic talking about it, was it corrected?
tks. (i hope u understand me)
I was posted about a thickbox problem that was my fault, but this a belive is not.
when close de thick box the qtip dont hide.
I have images with qtip acting like buttons for events. Some others dont hide sometimes but the close img always show and dont hide.
in thick box have a function named tb_remove() when thick box close.
I add this code in begin of this function:
JS Code
$('#TB_window img[title],#TB_window a[title]').each(function(){
$(this).qtip("destroy");
})
but have no results, the qtip still showing.
can anyone help?
another issue that I dont know how to correct is the title sometimes show, crag know about this why I found other topic talking about it, was it corrected?
tks. (i hope u understand me)
