I need help rotating the image using a handler instead of directly on the image itself. I do not want to rotate the image when clicking and rotating it directly. Please do not suggest using Jquery UI rotatable because resizing the image with Jquery UI resizable does not work properly after rotating. Therefore, I am looking for a way to rotate the image using only this handler without relying on Jquery UI rotatable. Any guidance would be greatly appreciated... Thank you in advance.
<div>
<div id="image_box">
<div id="rotate_handle"></div>
</div>
</div>
View my code on Jsfiddle..!