js
luo_yu_1106
这个作者很懒,什么都没留下…
展开
-
select下option onclick不生效
在select下添加onchange就好了原创 2018-12-27 13:51:55 · 2059 阅读 · 0 评论 -
select设置选中与不选中
//找到选中的后 设置不选中$("#id").find("option:selected")[0].selected=false;//设置默认为选中 $("#id").find("option[value='']").prop("selected", true);原创 2019-01-30 18:22:36 · 9134 阅读 · 0 评论 -
让输入框与文字并排显示
<input type="text" style="width:70px;display:inline;" class="form-control" name="" value="" id=""> <span style="margin-right:20px;">人</span>设原创 2019-03-18 14:27:20 · 10234 阅读 · 0 评论 -
layer的move要怎么用
百度了好久,终于知道了想要可以拖动,默认是触动title拖动,所以必须有title,看一下你的title设置了没有,然后像下面里面的move一样设置move就这两点layer官方文档:https://www.layui.com/doc/modules/layer.html#resize//iframe窗 layer.open({ type : 2, title :...原创 2019-05-30 17:57:40 · 3066 阅读 · 0 评论