how to rotate image angl开发者_开发问答e using jquery? is it possible?
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.
To check the browser use the jQuery.browser function. An image cannot be rotated with jQuery AFAIK.
精彩评论