简体   繁体   English

jQuery Star Rating插件

[英]jQuery Star Rating Plugin

Anyone who use jQuery Star Rating Plugin: it is possible to show a label (very poor, etc.), like on this another star rating: 使用jQuery Star Rating Plugin的任何人:都可以显示标签(非常差等),例如在另一个星级上:

http://orkans-tmp.22web.net/star_rating/ http://orkans-tmp.22web.net/star_rating/

If mobile/touch support is important to you, check out the rateit plugin plugin. 如果移动/触摸支持对您很重要,请查看Rateit插件插件。 I've evaluated star-rating and a number of other rating plugins to select one for repackaging for Meteor.js, and rateit was the best. 我已经对星级评分和许多其他评分插件进行了评估,以选择一个用于Meteor.js的重新包装,而rateit是最好的。

Add an onHover to your element with an id of #stars-cap 将id为#stars-cap的onHover添加到您的元素

Then put this in your script: 然后将其放在您的脚本中:

$("#stars-wrapper1").stars({
    captionEl: $("#stars-cap")
});

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM