Bootstrap v3.3.7,使用disabled类时,用js添加的onClink事件无法被禁止。使用disabled属性可以被禁止。
2017-03-28
.media > .pull-right {
margin-left: 10px;
}
或者修改这里margin-left 把这个的值改小
margin-left: 10px;
}
或者修改这里margin-left 把这个的值改小
2017-03-27
The roles, their characteristics, the states and properties they support, and specification of how they may be used in markup, shall be considered normative.
role的作用是描述一个非标准的tag的实际作用。比如用div做button,那么设置div 的 role=“button”,辅助工具就可以认出这实际上是个button。
role的作用是描述一个非标准的tag的实际作用。比如用div做button,那么设置div 的 role=“button”,辅助工具就可以认出这实际上是个button。
2017-03-27