how to rotate image angle using jquery? is it possible?
A:
To check the browser use the jQuery.browser function. An image cannot be rotated with jQuery AFAIK.
Ralph Stevens
2010-01-20 10:21:14
I believe jQuery.browser is actually deprecated. You should now be using feature detection
Neil Aitken
2010-01-20 10:36:30
Yup... you're right. I just looked at the docs. They say they will continue to support it though.
Ralph Stevens
2010-01-20 10:40:52
i have already use jquery's function for checking the browser, then also not detecting IE and FFox
chirag
2010-01-20 11:29:59
actually image angle wise rotation is possible in FFox only, but won't support rest of all browsers. :(
chirag
2010-01-20 11:31:31
+1
A:
To rotate an image, you might want to look at this library for jQuery.
As stated above you can use jQuery.browser to detect browser type, however if you are using this to determine what a browser is capable of you should really use feature detection instead. See the note at the top of the linked page.
Shep
2010-01-20 10:27:30