我觉得自己像个彻头彻尾的白痴。我花了大约四个小时制作这个脚本:
<script type="text/javascript" src="http://jqueryrotate.googlecode.com/svn/trunk/jQueryRotate.js"></script>
<a href=""><img src="http://cdn1.iconfinder.com/data/icons/humano2/16x16/emblems/emblem-cd.png" id="image"><span id="spin">Spin</span></a>
$("#spin").rotate({
bind: {
mouseover: function () {
$("#image").rotate({
animateTo: 180
})
},
mouseout: function () {
$("#image").rotate({
animateTo: 0
})
}
}
});
http://jsfiddle.net/8LV3p/3673/
现在对于我的生活,我无法弄清楚如何在我的网站上使用它。我试图研究如何做到这一点,但由于我不了解 JavaScript 或 JQuery,所以我不知道要搜索什么。请帮忙!