页面加载中...,请稍候。
PHPer
7年前发布了
CSS的 :first-child和 :not(:first-child).list-group-regular :first-child{
font-size: inherit !important;
}
.... 查看更多
Yii2的ActiveForm的一个小小的问题,如果表单里有
$form->field($model, 'email')->textInput(['autofocus' => true])
就是a... 查看更多
<input autocomplete="off" /> 就OK了 查看更多
input输入框的change事件,要在input失去焦点的时候才会触发$('input[name=myInput]').change(function() { ... });在输入框内容变化的时候不会触发chan... 查看更多
Firefox对 postion:fixed不支持,亲测。 查看更多