Can anyone tell me why this one isn't working?
$(".stage a").live("mouseover", function(){
$(this).effect("scale", { percent: 200 }, 200);
});
Animate height & width work - I'm just trying to simplify the function. I'm trying to get the hoverpulse plugin effect without adding it.
Also can anyone confirm that "hover" doesn't work with .live?
Thanks!