2
Good is 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>
<img src="roda.png"></img>
<button>Rodar!</button>
I intend to make sure that by clicking on the Rotate button that the Rotate image rotates, as shown on the following website: www.csgo500.com
How can I do that?
Thank you.
jquery Rotate: https://code.google.com/archive/p/jquery-rotate/
– Rafael Salomão