消费返利系统源码,远程关机 ubuntu,tomcat无法编译文件,python爬虫感受,字符php,乐亭服务好的seo优化收费标准lzwjQuery星级评论打分jsp程序源码,vscode中缺少git,ubuntu安装mkfs,时时读取tomcat日志,pythont爬虫,php删除关联数组,通讯产品seo优化培训,asp网站查询excel,商城后台管理模板实例lzw1
2
3
4
5*{margin:0;padding:0;font-size:13px;}
ul,li{list-style:none;}
.star {position:relative;width:600px;height:24px; margin:20px auto 0;}
.star span {float:left;height:19px;line-height:19px;}
.star ul{margin:0 10px;}
.star li{float:left;width:24px;height:22px;text-indent:-9999px;background:url('star.jpg') no-repeat;cursor:pointer;}
.star li.on{background-position:0 -28px;}
.star p {padding:10px 10px 0;position:absolute;top:20px;width:159px;height:60px;z-index:100;}
.star p em {color: #FF6600;display: block;font-style: normal;}
.star strong {color:#ff6600;padding-left:10px;}
.hidden{display:none;}
首页 >
使用jQuery实现星级评分代码分享【jquery】
<script type="text/javascript" src="http://s.thsi.cn/js/jquery-1.7.2.min.js">
$(function(){
var score = new Score({
callback: function(cfg) {
console.log(cfg.starAmount);
}
});
});