Posts by Eduardo Paixão • 41 points
2 posts
-
1
votes1
answer112
viewsA: Move the div according to the value of degrees in Javascript
got! Thanks for all your help! D More details and running: http://codepen.io/duduindo/pen/eNEobG Only the Javascript code: function SomenteNumero(v) { return v.replace(/\D/g,""); } /* A função vai…
-
3
votes1
answer112
viewsQ: Move the div according to the value of degrees in Javascript
Simply move the div towards the degress value. I’ve done a lot of manners, but I can’t. A code I’m trying: http://codepen.io/duduindo/pen/eNEobG "Does anyone have any light/solution for this…