Hi I'm trying to create a voting system on my web app that allows users to vote up or vote down on specific images. The functionality seems to work but it does not update in real time, the value is only updated after I refresh the page. Voting up adds one to the score and voting down reduces the score by one. The JQuery I'm using is as follows:Hi I'm trying to create a voting system on my w