Home >php教程 >php手册 >分享一款功能强大的jquery评分插件

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

WBOY
WBOYOriginal
2016-06-07 11:40:161457browse

分享一款功能强大的jquery评分插件
效果图片如下:
分享一款功能强大的jquery评分插件

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

AD:真正免费,域名+虚机+企业邮箱=0元

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn