随笔分类 - JS
摘要:第一次使用copy函数发现不兼容IE,会出现偶然性触发机率,后发现oncopy事件是可以兼容IE浏览器的。 oncopy 事件在用户拷贝元素上的内容时触发。 提示: oncopy 事件在用户拷贝元素时也会触发,例如, 拷贝 <img> 元素。 提示: oncopy 事件通常用于 type="text
阅读全文
摘要:摘要:通过input = file实现上传多个图片,图片之间的查看展示、以及删除功能。 要想实现多文件上传 只需把 input 标签中 accept="image/*" 此属性删除即可。 input[file]标签的accept属性可用于指定上传文件的 MIME类型 。 上传图片代码如下所示: <!
阅读全文
摘要:1.html代码: <table> <thead> <tr> <th> <input type="checkbox" id="all"/> </th> <th>商品</th> <th>型号</th> <th>价格</th> </tr> </thead> <tbody id="tbs"> <tr> <
阅读全文
摘要:1.search页面 html 代码: <div class="content"> <form class="mui-input-group" id="from"> <div class="mui-input-row"> <label>姓名</label> <input type="text" cl
阅读全文
摘要:一、单选按钮(通过添加删除class实现) 1.html代码: <div class="content"> <div class="payment"> <div class="mode "> <div class="payment-left bg-active"></div> </div> <div
阅读全文

浙公网安备 33010602011771号