What is the best way to write the following code in JQuery?
document.getElementById("jogador").style.top = parseInt(document.getElementById("jogador").style.top) - v;
Since the beginning of the year I have been programming in JavaScript, but I have only started with JQuery.