jqrotate
- Mozilla Firefox 3.5+
- Safari 5.0+
- Internet Explorer 6+
- Google Chrome 10+
===========================
jQuery element rotation plugin
In my previous project I needed to rotate some elements, but I hadn’t found any jQuery plugins regarding this issue. (which of course works with ie7 and ie8 as well!)
So I decided to take some time and write this small snippet for jQuery to make the CSS3 rotation easier. It’s a little slow with internet explorer 7 and internet explorer 8, but it still works. (since ie7 and 8 use the deprecated filter method)
===========================