2016年9月23日

html: button样式 css生成器

摘要: 网址:http://www.bestcssbuttongenerator.com/#/28 阅读全文

posted @ 2016-09-23 19:38 ZhYQ_note 阅读(730) 评论(0) 推荐(0)

TypeError: BlobBuilder is not a constructor

摘要: 今天在chrome浏览器中这样使用时,出线错误TypeError: BlobBuilder is not a constructor。 解决: 原文地址:http://stackoverflow.com/questions/15293694/blob-constructor-browser-comp 阅读全文

posted @ 2016-09-23 19:27 ZhYQ_note 阅读(2447) 评论(0) 推荐(0)

web: 屏蔽button元素的空格键和enter响应

摘要: 用tab键可以在各种元素之间切换焦点,然后键盘上的空格和enter按键触发click事件,我这里不想要这种效果。 所以我需要屏蔽这两个按键。 阅读全文

posted @ 2016-09-23 19:01 ZhYQ_note 阅读(414) 评论(0) 推荐(0)

导航