Bootstrap星级评定设置默认星级 [英] Bootstrap-star-rating set default stars

查看:120
本文介绍了Bootstrap星级评定设置默认星级的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Bootstrap-star-rating ,这是我的代码:

I'm using Bootstrap-star-rating, here is my code :

<input id="input-id" type="number" class="rating" min=1 max=10 step=2 data-size="lg" data-rtl="true">

$("#input-id").rating();

我想设置一些默认选中的星星.现在显示的是5星,而我想默认选择2星来显示它.我该怎么办?

I'd like to set a number of stars selected by default. Right now there is 5 stars shown, whereas I want to show it with 2 stars selected by default. How can I do this?

推荐答案

请尝试以下操作:

$('#input-id').rating({'update': 2,
                       'showCaption':false,
                       'showClear':false
                     });

这篇关于Bootstrap星级评定设置默认星级的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆