随笔分类 -  html5

html5相关的东西
摘要:1)拖拽方面的重点是:ondragover 事件 和 ondrop 事件 ondragover 是必须的,ondragover 事件里禁用掉 html 的默认事件,否则 ondrop 事件将无效(直接捕捉不到ondrop事件了) 2)读取目录用到的 webApi 主要有: FileSystemFil 阅读全文
posted @ 2018-06-09 23:43 Tiac 阅读(4854) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-06-09 20:18 Tiac 阅读(2548) 评论(0) 推荐(0) 编辑
摘要:用于文档说明,有自带收缩、展开功能 http://www.w3school.com.cn/tiy/t.asp?f=html5_summary 阅读全文
posted @ 2016-10-31 12:02 Tiac 阅读(480) 评论(0) 推荐(0) 编辑
摘要:使用 acctpe属性即可 示例: gif,jpg <input type="file" name="pic" accept="image/gif,image.jpg" /> xls,xlsx <input type="file" name="filedata" accept="applicatio 阅读全文
posted @ 2016-10-12 10:51 Tiac 阅读(1939) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示