the error is the last comma in literal object:
the correct is
6. effect: 'fade'
7.});
On 6 fev, 20:35, vengiss wrote:
> Hi, I have a table in my site that shows a list of products I get from a DB,
> each one has and image (thats loaded on a hidden div). I'd like to show on a
> to
Hi Vengiss,
$('#preview_'+id_mercancia).tooltip({
tip: '#img_'+id_mercancia,
effect: 'fade',
});
The error is the last comma.
Correct:
$('#preview_'+id_mercancia).tooltip({
tip: '#img_'+id_mercancia,
effect: 'fade',
});
This error doesn't affect IE and Safari because they ar
2 matches
Mail list logo