Re: [jQuery] [Tooltip Plugin] Problem with tooltip and live event

2010-02-09 Thread vengiss
Thanks for the help It worked :) Renatho wrote: > > 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, >

[jQuery] [Tooltip Plugin] Problem with tooltip and live event

2010-02-06 Thread vengiss
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 tooltip eveytime the user hovers over the img element I placed on the table, heres the script to do that (I'm using the 'live' function because