i have spent an entire day trying to figure this out but, to no avail. i have several draggable pieces of texts on a page. these pieces of texts are also supposed to have the ability to be rotated. well, the draggable part is fine. the rotate is even working. however, it is not working for individual items - whenever i rotate 1 item, anything else w/the rotate code in it, rotates as well.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The problem is that you are applying
That's why both element rotate. So apply style to the id rather than apply to the class. You can have a look here |
|||||
|