$(document).ready(function () { total = 0; $("#rait").click(function () { total += parseInt(theVote); $("#ball").text(total); }); });