Questions tagged [jquery-rotate]

This library is an extension for jQuery to rotate images directly within JavaScript. Good in situations where you want to organize your thumbnails without the lag of synchronous image operations via the web server.

15 questions
11
votes
3 answers

jQuery Rotate - IE7 & IE8 Issues

I am using Jquery Rotate to rotate an image around a meter, and it works great but in IE7 and IE8 it gets pushed up about 200 pixels and has a black stroke/border around the image. I am using jQueryRotate3.js which has it working, but the position…
Xtian
  • 3,535
  • 11
  • 55
  • 91
10
votes
3 answers

Howto rotate image using jquery rotate plugin?

How do you rotate an image using jQuery-rotate plugin? I have tried the following and it doesn't seem to work: View Photo
Tom
  • 8,536
  • 31
  • 133
  • 232
5
votes
2 answers

Fix mouse direction of a draggable div inside a rotated parent

Please take a look at my jsfiddle to understand my problem: The yellow is the parent div that you can rotate by using the red circle, it's also draggable, inside this div there is another div with a black border that we could consider as a…
4
votes
3 answers

How do I rotate an image on hover using jquery?

I am trying to rotate a 'back to top' button 360 degrees on hover WITHOUT un-rotating on mouseleave. I have tried multiple variations of jQuery code that I've found but I still can't seem to get it working. Here's the real example of where I've…
JaxJames
  • 81
  • 1
  • 11
4
votes
2 answers

jquery rotate max count

I have read through countless SO posts and have made numerous attempts, but a whole afternoon later I am still stuck. My code, combined with the jquery plugin that I am using can be seen here at this jsfiddle What am I trying to do? For this project…
Paul Fitzgerald
  • 11,770
  • 4
  • 42
  • 54
3
votes
0 answers

wrong left, top while resizing when css rotate transform applied

I am working on a script where I have to resize a div with jQuery ui controls. The resize controls works great when there is no rotation transform applied. But when you rotate the div and then resize it, the div starts moving to the bottom left or…
Saadi
  • 1,292
  • 13
  • 22
1
vote
1 answer

Jquery-rotate cursor angle

I need rotate arrow with Jquery-rotate, but i dont know cursor's angle :( I try calculate it, but script not work. I want result like this http://www.lonhosford.com/content/html5/canvas/rotate_to_mouse.html
user1261242
  • 11
  • 1
  • 2
1
vote
1 answer

Uncaught TypeError: this.rotate is not a function

I have created a function for rotating a div element. This works fine as a standalone code in HTML and when I tried to incorporate in my project the rotate function throws an error as "Uncaught TypeError: this.rotate is not a function". My project…
1
vote
2 answers

How to make jquery rotate works in IE8

I tried to make jquery rotate works in IE8.In all browsers it is working except IE8.How can i get it for IE8.