[jQuery] Re: Scale effect and hover

2009-01-24 Thread -=AmBaRaDaN=-
Wonderful Mike, that's what i was looking for! Thanks too Jay and Mauricio, but i was looking for something more scalable, for tons of thumbnails, with centered position scale! Anyway, is there a way to execute just one time a function within the hover event? (and no repeated multiple times during

[jQuery] Scale effect and hover

2009-01-23 Thread -=AmBaRaDaN=-
Hi guys! I'm looking for a simple image hover effect, but with the scale effect... I just want make an image bigger on mouse over. I'm newbie with jQuery, and I tried this $("#scale_img").hover(function() { $(this).effect("scale", { percent: 200 }); }, function() { $(this).eff