Simple plugin that add rotate css property and animation
$('.selector').css('rotate', 45);
$('.selector').animate({rotate: '360'}, 2000);
http://jquery.jcubic.pl/rotate.php
Licensed under GNU LGPL Version 3 license
Copyright (c) 2011-2013 Jakub T. Jankiewicz