随笔分类 - 前端
摘要:js 判断字符串中是否包含某个字符串
阅读全文
摘要:js click 与 onclick 事件绑定与解绑
阅读全文
摘要:jquery 表单序列化 $().serialize() $().serializeArray() $().serializeJson()
阅读全文
摘要:js jquery 数组的合并 对象的合并
阅读全文
摘要:js 刷新 location.reload() location.replace(location.href) history.go(0) location.assign(location.href)
阅读全文
摘要:弹性盒布局 水平垂直居中(新弹性盒)
display: flex; 弹性父元素属性
align-items 设置或检索弹性盒子元素在侧轴(纵轴)方向上的对齐方式。
内容对齐(justify-content)属性应用在弹性容器上,把弹性项沿着弹性容器的主轴线(main axis)对齐。
阅读全文
摘要:安卓没有角标问题 ios角标混乱问题 服务端同步ios角标 Android平台如发送的是透传消息不触发"receive" Android平台离线消息接受缓慢问题
阅读全文
摘要:1.form元素上加onsubmit="return false"
2.多个input存在时按回车不会自动提交
3.给input绑定onkeydown事件
阅读全文
摘要::first-child :last-child :first-of-type :last-of-type :nth-child(n) :nth-last-child(n) :nth-of-type(n) :nth-last-of-type(n) :only-of-type :only-child
阅读全文
摘要:标志;正则表达式对象;exec()函数;test()函数;compile()函数;$1...$9 属性;
阅读全文
摘要:mui-action-menu mui侧滑菜单"点击含有mui-action-menu类的控件"无法实现侧滑
阅读全文
摘要:css 选择符中的 >,+,~,^,$,*,|,:,空格 的意思
阅读全文
摘要:用table绘制 等宽等间距的单元
empty-cells: show;
border-collapse: separate;
table-layout: fixed;
阅读全文
摘要:word-break:break-all和word-wrap:break-word的区别
阅读全文