分享一款功能强大的jquery评分插件

浏览:2177 发布日期:2014/12/05 分类:功能实现 关键字: jquery 评分插件
分享一款功能强大的jquery评分插件
效果图片如下:


代码很简洁,插件也很好用,有需要的朋友可以下载,插件下载地址:http://www.jb100.net/down-44-8.html
jquery插件参数列表如下:        $.fn.raty.defaults = { 
            cancel        : false, 
            cancelHint    : 'Cancel this rating!', 
            cancelOff     : 'cancel-off.png', 
            cancelOn      : 'cancel-on.png', 
            cancelPlace   : 'left', 
            click         : undefined, 
            half          : false, 
            halfShow      : true, 
            hints         : ['bad', 'poor', 'regular', 'good', 'gorgeous'], 
            iconRange     : undefined, 
            mouseout      : undefined, 
            mouseover     : undefined, 
            noRatedMsg    : 'Not rated yet!', 
            number        : 5, 
            numberMax     : 20, 
            path          : '', 
            precision     : false, 
            readOnly      : false, 
            round         : { down: .25, full: .6, up: .76 }, 
            score         : undefined, 
            scoreName     : 'score', 
            single        : false, 
            size          : 16, 
            space         : true, 
            starHalf      : 'star-half.png', 
            starOff       : 'star-off.png', 
            starOn        : 'star-on.png', 
            target        : undefined, 
            targetFormat  : '{score}', 
            targetKeep    : false, 
            targetText    : '', 
            targetType    : 'hint', 
            width         : undefined 
        }; 
插件下载地址:http://www.jb100.net/down-44-8.html
评论( 相关
后面还有条评论,点击查看>>