Possible Duplicate:
jQuery voting system
I've been using this tutorial to create a voting system.
The problem is that on the tutorial the votes update because he can just echo out the votes into the same place if that makes sense. But what if I had an image triggering the vote and I wanted to then update the votes which were somewhere else on the page?
For example, his "button" to vote up holds the amount of votes up, but I want to hold that data somewhere else but don't know how to auto update it once the vote has been completed.
Also, my image always disappears when I click it, how can I stop that?
I would post the code, but it's basically the same as the tutorial only changed for my own needs.