[jQuery] Clickable rotated image
I'm dynamically creating several <image> elements which I want to
rotate with custom degree, append it to some div, and bind onclick
method to them. I tried jquery-rotate and Wilq32.RotateImage, but they
don't work like they should - it seems to me that call to rotate
function somehow breaks a command chain. Are there any other jquery
rotate scripts?
My other question is more html then jquery related: is it possible to
rotate clickable area rotated together with the image?