星级插件

1.  <div class="star" data-score="5"></div>

2. <script type="text/javascript" src="{pigcms{$static_path}/community/js/jquery.raty.min.js"></script>

3. $('.star').raty({

   readOnly: true,

  score: function() {
  return $(this).attr('data-score');
  }
  });

posted @ 2017-12-05 09:23  王玉岩  阅读(107)  评论(0)    收藏  举报