Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 366 Bytes

jquery.rotate

######jquery图片旋转插件

##Demo

##用法:

//no jquery no works
<script src="lib/jquery-1.11.1.min.js"></script>
<script src="jquery.rotate.js"></script>

$(document).ready(function(){
  $(".rotate").rotate();
});

###其他说明:

  • 当前版本v0.0.1