上一页 1 ··· 7 8 9 10 11
摘要: 需求:在一个后台页面中,插入iform页面,需求为更换头像(layui框架) 一.前提:创建user_buddha.html 页面 在侧边栏对应的 a 标签设置 href 属性 和 target 属性 <a href="/user_buddha.html" target="fm"><i class= 阅读全文
posted @ 2020-08-15 21:30 缔造cool 阅读(388) 评论(0) 推荐(1)
摘要: 向服务器提交的是FormData格式的数据 || 必须添加以下两个配置项 contentType:false, processData:false, 阅读全文
posted @ 2020-08-15 21:28 缔造cool 阅读(750) 评论(0) 推荐(1)
摘要: 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)
上一页 1 ··· 7 8 9 10 11