[jq-tipsy]newly added element wont show tips

[jq-tipsy]newly added element wont show tips

i know there is live() event to make newly added element to be able to run a function, but that only apply to some mouse event.
i use this tipsy plugin to show tips everytime on an image. my image can be changed by uploading new image. but the new image wont have the tips showing created by the tipsy().
$("#photo").tipsy();

anyone can help me?