Hello, I used a JavaScript library to rotate an image by clicking on it, in a javascript snippet I put what will spin when you click:
$("#conteudo").rotate({
The problem is that it's spinning the entire div :(
How can I put to run only the content of this div, I tried to put it like this:% $("#conteudo > img").rotate({
but it did not work :(, can you help me ??
Here is the project code by running the entire div:
link