一个非常棒的jQuery 评分插件

效果图:

enter image description here

引入js文件( jquery库肯定是要的)

<script src="你的应用路径/jquery.raty.js" type="text/javascript"></script>
<script type="text/javascript">
     $(function(){
          $('#star').raty();
      });
 </script>

//html中
<div id="star"></div>

更详细的说明可以参考:http://wbotelhos.com/raty

下载地址:http://github.com/wbotelhos/raty/archive/2.5.2.zip


转载自:http://www.9958.pw/post/jquery_star

posted @ 2016-07-09 21:21  ldl_xz  阅读(60)  评论(0)    收藏  举报