如何去掉select的三角图标和禁止点击select

.unselect-input {
    -moz-appearance: none;
    border: 0 none;
    padding-left: 62px;
}
select.attr("disabled", "disabled").addClass("unselect-input");//去掉下拉列表的样式

 

posted on 2016-04-23 17:02  发烧开发者  阅读(1475)  评论(0编辑  收藏  举报

导航