08 2016 档案

摘要:js:length 属性可返回字符串中的字符数目。 jQuery:length 属性包含 jQuery 对象中元素的数目。 阅读全文
posted @ 2016-08-31 10:39 业余大学生 阅读(1184) 评论(0) 推荐(0)
摘要:安卓:video IOS:canvas 具体原因请见上传文件“宝马视频安卓与IOS的区别” 阅读全文
posted @ 2016-08-23 11:54 业余大学生 阅读(289) 评论(0) 推荐(0)
摘要:<form> <input type="hidden" name="email" /> <input type="hidden" name="id" /> </form> var lengthNum=$('input:hidden').length; console.log(hiddeElement 阅读全文
posted @ 2016-08-23 10:32 业余大学生 阅读(179) 评论(0) 推荐(0)
摘要:*{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;} 或者指定某个元素添加#div{-webkit-user-select: none;-moz-user-select 阅读全文
posted @ 2016-08-22 18:00 业余大学生 阅读(2124) 评论(0) 推荐(0)