You can see my fiddle of what i'm doing here: fiddle
In vote_up.php I insert the vote into MySQL and replaces the link with 2 messages:
"successful" or "error"
But the problem now is, I don't need to change the link, I must update the 2 boxes showing a new question without reloading the page.
This is before I vote:

And after I vote:
What i need when they click up(Aceptar) is it changes the question instead of showing that I voted. Thanks.