Open GoogleCodeExporter opened 8 years ago
some additional information:
My browser is firefox3.5, the image appears well in the browser (so it is well
served
by app engine) but when calling:
$("#img").rotateLeft();
I get the above error.
Original comment by sforne...@gmail.com
on 1 Dec 2009 at 7:54
I try the solution given in
http://code.google.com/p/jquery-rotate/issues/detail?id=3
it allows to rotate once, but calling again:
$("#img").rotateLeft();
makes it disappear...
seems it is the way to follow !
Original comment by sforne...@gmail.com
on 1 Dec 2009 at 8:05
See issue 11 for a resolution that works for multiple rotations
Original comment by mike.mik...@gmail.com
on 14 Jan 2010 at 10:20
I solved this old problem checking why my img was not cached: it was because
they
were served through a poor redirection.
Once solved this cache problem, no more issue to rotate img.
Original comment by sforne...@gmail.com
on 14 Jan 2010 at 11:06
Original issue reported on code.google.com by
sforne...@gmail.com
on 1 Dec 2009 at 7:39