Well it's the following I have the following code:
<head>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script></head><imgsrc="roda.png"></img>
<button>Rodar!</button>
I want to make clicking on the button Rotate, that the image rotates, in order to rotate, as it is demonstrated in the following site: www.csgo500.com
How can I do this?
Thank you.