what exactly do :update,:url,:id, I mean what is the action they done??
Other question
I want to refresh an image, but the image is not a class of the code,
because Iuse the image tag, I dont know where I have to start for do
that, anyone can give me a tip
Basically though, :update is the id of the DOM element to be updated
(<div id="comment_#1">...content...</div>. URL in this case is the
"show_body" action of the current controller with the id of the current
comment.