摘要: input标签属性 <input type="file" id="file" accept="image/png,img/jpeg" /> 阅读全文
posted @ 2020-08-14 15:17 缔造cool 阅读(278) 评论(1) 推荐(1)
摘要: // 注意:每次调用 $.get() 或 $.post() 或 $.ajax() 的时候, // 会先调用 ajaxPrefilter 这个函数 // 在这个函数中,可以拿到我们给Ajax提供的配置对象 $.ajaxPrefilter(function (options) { // 在发起真正的 A 阅读全文
posted @ 2020-08-14 14:44 缔造cool 阅读(129) 评论(0) 推荐(1)
摘要: readonly 只读无法选定 内置css属性 $("xxoo")[0].reset() 转换dom对象运用dom内置对象 阅读全文
posted @ 2020-08-14 13:28 缔造cool 阅读(96) 评论(0) 推荐(1)
摘要: 页面下面的滚动条怎么清除 css overflow-x: hidden; 阅读全文
posted @ 2020-08-14 01:09 缔造cool 阅读(78) 评论(0) 推荐(0)