jQuery实现滑动星星评分效果(每日分享)
网络编程 2021-07-04 15:02www.168986.cn编程入门
jQuery星星评分制作5颗星星鼠标滑过评分打分效果,可取消评分结果,重新打分。狼蚁网站SEO优化通过代码给大家讲解的非常详细,需要的的朋友参考下
每日分享效果,今天分享一个jQuery滑动星星评分效果。
jQuery星星评分制作5颗星星鼠标滑过评分打分效果,可取消评分结果,重新打分。
HTML代码:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <link rel="stylesheet" href="css/css.css" rel="external nofollow" > <script src="js/jquery.js"></script> </head> <body> <div id="starRating"> <p class="photo"> <span><i class="high"></i><i class="nohigh"></i></span> <span><i class="high"></i><i class="nohigh"></i></span> <span><i class="high"></i><i class="nohigh"></i></span> <span><i class="high"></i><i class="nohigh"></i></span> <span><i class="high"></i><i class="nohigh"></i></span> </p> <p class="starNum">0.0分</p> <div class="bottoms"> <a class="garyBtn cancleStar">取消评分</a><a class="blueBtn sureStar">确认</a> </div> </div> <script> $(function () { //评分 var starRating = 0; $('.photo span').on('mouseenter',function () { var index = $(this).index()+1; $(this).prevAll().find('.high').css('z-index',1) $(this).find('.high').css('z-index',1) $(this).nextAll().find('.high').css('z-index',0) $('.starNum').html((index*2).toFixed(1)+'分') }) $('.photo').on('mouseleave',function () { $(this).find('.high').css('z-index',0) var count = starRating / 2 if(count == 5) { $('.photo span').find('.high').css('z-index',1); } else { $('.photo span').eq(count).prevAll().find('.high').css('z-index',1); } $('.starNum').html(starRating.toFixed(1)+'分') }) $('.photo span').on('click',function () { var index = $(this).index()+1; $(this).prevAll().find('.high').css('z-index',1) $(this).find('.high').css('z-index',1) starRating = index*2; $('.starNum').html(starRating.toFixed(1)+'分'); alert('评分:'+(starRating.toFixed(1)+'分')) }) //取消评分 $('.cancleStar').on('click',function () { starRating = 0; $('.photo span').find('.high').css('z-index',0); $('.starNum').html(starRating.toFixed(1)+'分'); }) //确定评分 $('.sureStar').on('click',function () { if(starRating===0) { alert('最低一颗星!'); } else { alert('评分:'+(starRating.toFixed(1)+'分')) } }) }) </script> </body> </html>
CSS代码:
#starRating .photo span { position: relative; display: inline-block; width: 44px; height: 42px; overflow: hidden; margin-right: 23px; cursor: pointer; } #starRating .photo span:last-child { margin-right: 0px; } #starRating .photo span .nohigh { position: absolute; width: 44px; height: 42px; : 0; left: 0; background: url("../img/star.png"); } #starRating .photo span .high { position: absolute; width: 44px; height: 42px; : 0; left: 0; background: url("../img/star1.png"); } #starRating .starNum { font-size: 26px; color: #de4414; margin-: 4px; margin-bottom: 10px; } #starRating .bottoms { height: 54px; border-: 1px solid #d8d8d8; } #starRating .photo { margin-: 30px; } #starRating .bottoms a { margin-bottom: 0; } #starRating .bottoms .garyBtn { margin-right: 57px!important; } #starRating .bottoms a { width: 130px; height: 35px; line-height: 35px; border-radius: 3px; display: inline-block; font-size: 16px; transition: all 0.2s linear; margin: 16px 0 22px; text-align: center; cursor: pointer; } .garyBtn { margin-right: 60px!important; background-color: #e1e1e1; color: #999999; } .blueBtn { background-color: #1968b1; color: #fff; } .blueBtn:hover { background: #0e73d0; }
总结
以上所述是长沙网络推广给大家介绍的jQuery实现滑动星星评分效果(每日分享),希望对大家有所帮助,如果大家有任何疑问请给我留言,长沙网络推广会及时回复大家的。在此也非常感谢大家对狼蚁SEO网站的支持!
如果你觉得本文对你有帮助,欢迎网络推广网站推广转载,烦请注明出处,谢谢!
编程语言
- 机械手焊接机器人编程 机械手焊接设备编程
- vb数据库编程实例,vb做数据库
- tiobe世界编程语言排行榜,全球编程语言排行
- 成都java编程培训 成都it编程培训中心
- 编程基础培训,编程基础知识培训
- flash游戏编程基础教程,flash游戏开发教程
- 不会英语能学编程吗 不会英语可以学程序员吗
- 爱心代码编程C语言 爱心代码编程c语言公式
- c语言编程学习入门 c语言编程快速入门
- 西门子plc编程培训 西门子plc编程培训班
- 哪里可以学编程 台州哪里可以学编程
- 少儿编程哪个好 少儿编程哪个品牌好
- 编程是什么意思,图形编程是什么意思
- c语言编程软件下载,c语言编程软件在哪下载
- java编程软件下载,java编程下载手机版
- ug编程培训学校,ug编程培训教程