这是一款基于jQuery 的星级评分效果实例,鼠标滑过星星区域显示评论信息提交内容,适用在评论表单里面,是表单美化提交内容的一种用户体验设计。
为大家分享的jQuery满意度星级评价插件特效代码如下
<head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>满意度jQuery星级评分插件</title> <script type="text/javascript" src="js/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="js/comment.js"></script> </head> <body> <style type="text/css"> *{margin:0;padding:0;list-style-type:none;} a,img{border:0;} body{font:12px/180% Arial, Helvetica, sans-serif;} /*quiz style*/ .quiz{border:solid 1px #ccc;height:270px;width:772px;} .quiz h3{font-size:14px;line-height:35px;height:35px;border-bottom:solid 1px #e8e8e8;padding-left:20px;background:#f8f8f8;color:#666;position:relative;} .quiz_content{padding-top:10px;padding-left:20px;position:relative;height:205px;} .quiz_content .btm{border:none;width:100px;height:33px;background:url(images/btn.gif) no-repeat;margin:10px 0 0 64px;display:inline;cursor:pointer;} .quiz_content li.full-comment{position:relative;z-index:99;height:41px;} .quiz_content li.cate_l{height:24px;line-height:24px;padding-bottom:10px;} .quiz_content li.cate_l dl dt{float:left;} .quiz_content li.cate_l dl dd{float:left;padding-right:15px;} .quiz_content li.cate_l dl dd label{cursor:pointer;} .quiz_content .l_text{height:120px;position:relative;padding-left:18px;} .quiz_content .l_text .m_flo{float:left;width:47px;} .quiz_content .l_text .text{width:634px;height:109px;border:solid 1px #ccc;} .quiz_content .l_text .tr{position:absolute;bottom:-18px;right:40px;} /*goods-comm-stars style*/ .goods-comm{height:41px;position:relative;z-index:7;} .goods-comm-stars{line-height:25px;padding-left:12px;height:41px;position:absolute;top:0px;left:0;width:400px;} .goods-comm-stars .star_l{float:left;display:inline-block;margin-right:5px;display:inline;} .goods-comm-stars .star_choose{float:left;display:inline-block;} /* rater star */ .rater-star{position:relative;list-style:none;margin:0;padding:0;background-repeat:repeat-x;background-position:left top;float:left;} .rater-star-item, .rater-star-item-current, .rater-star-item-hover{position:absolute;top:0;left:0;background-repeat:repeat-x;} .rater-star-item{background-position: -100% -100%;} .rater-star-item-hover{background-position:0 -48px;cursor:pointer;} .rater-star-item-current{background-position:0 -48px;cursor:pointer;} .rater-star-item-current.rater-star-happy{background-position:0 -25px;} .rater-star-item-hover.rater-star-happy{background-position:0 -25px;} .rater-star-item-current.rater-star-full{background-position:0 -72px;} /* popinfo */ .popinfo{display:none;position:absolute;top:30px;background:url(images/comment/infobox-bg.gif) no-repeat;padding-top:8px;width:192px;margin-left:-14px;} .popinfo .info-box{border:1px solid #f00;border-top:0;padding:0 5px;color:#F60;background:#FFF;} .popinfo .info-box div{color:#333;} .rater-click-tips{font:12px/25px;color:#333;margin-left:10px;background:url(images/comment/infobox-bg-l.gif) no-repeat 0 0;width:125px;height:34px;padding-left:16px;overflow:hidden;} .rater-click-tips span{display:block;background:#FFF9DD url(images/comment/infobox-bg-l-r.gif) no-repeat 100% 0;height:34px;line-height:34px;padding-right:5px;} .rater-star-item-tips{background:url(images/comment/star-tips.gif) no-repeat 0 0;height:41px;overflow:hidden;} .cur.rater-star-item-tips{display:block;} .rater-star-result{color:#FF6600;font-weight:bold;padding-left:10px;float:left;} </style> <center><br> <div class="quiz"> <h3>我要评论</h3> <div class="quiz_content"> <form action="" id="" method="post"> <div class="goods-comm"> <div class="goods-comm-stars"> <span class="star_l">满意度:</span> <div id="rate-comm-1" class="rate-comm"></div> </div> </div> <div class="l_text"> <label class="m_flo">内 容:</label> <textarea name="" id="" class="text"></textarea> <span class="tr">字数限制为5-200个</span> </div> <button class="btm" type="submit"></button> </form> </div><!--quiz_content end--> </div><!--quiz end--> </center> </body> </html>
运行效果图:
效果演示 源码下载
以上就是为大家分享的jQuery满意度星级评价插件特效代码,希望大家可以喜欢。
本文向大家介绍jquery插件star-rating.js实现星级评分特效,包括了jquery插件star-rating.js实现星级评分特效的使用技巧和注意事项,需要的朋友参考一下 特效介绍 jquery星级评分插件star-rating.js下载插件,点击星星或者心的左边,就是半分,右边就是1分。点击减号,分数置为0。不兼容IE8以下的浏览器。 演示图 使用方法 第一步、引入下面的代码: 第二
本文向大家介绍使用jQuery实现星级评分代码分享,包括了使用jQuery实现星级评分代码分享的使用技巧和注意事项,需要的朋友参考一下 前面有一篇原生js实现星级评分 。可能覆盖面不是很广,现在给出一个jquery实现的星级评分。 使用方法超级简单,这里就不多废话了,小伙伴们拿走自由发挥吧。
本文向大家介绍jQuery Raty 一款不错的星级评分插件,包括了jQuery Raty 一款不错的星级评分插件的使用技巧和注意事项,需要的朋友参考一下 在做商品评价时,一般情况下,我们需要一个星级评分的组件,而jQuery Raty恰好满足我们的需求。 一、展示 二、使用教程 ①、下载插件 https://github.com/wbotelhos/raty ②、导入文件 ③、设置raty的全局
本文向大家介绍如何实现星星评价(jquery.raty.js插件),包括了如何实现星星评价(jquery.raty.js插件)的使用技巧和注意事项,需要的朋友参考一下 1、引入jquery.js文件 2、引入jquery.raty.js 3、页面中放在这个:<span class="readOnly" data-path="images" ><i>4.5</i></span> 4、js: 以上就是
本文向大家介绍jQuery Raty星级评分插件使用方法实例分析,包括了jQuery Raty星级评分插件使用方法实例分析的使用技巧和注意事项,需要的朋友参考一下 本文实例讲述了jQuery Raty星级评分插件使用方法。分享给大家供大家参考,具体如下: 使用jQuery Raty,可以很方便的在页面上嵌入一个评分组件,如下所示: 使用方法很简单,首先从https://github.com/wbo
本文向大家介绍iOS评分(评价)星星图打分功能,包括了iOS评分(评价)星星图打分功能的使用技巧和注意事项,需要的朋友参考一下 下载地址:https://github.com/littleSunZheng/StarGradeView 起因:项目中往往涉及到用户的评分反馈,在我的“E中医”项目中,涉及到几处。对此我参考了美团和滴滴的评分图。 评分视图分为展示和评分两种: (1)多数情况下“评分功能