随笔 - 133  文章 - 0  评论 - 2  阅读 - 50945
09 2020 档案
layer.open方法
摘要:一、四个按钮代码及效果图 <div class="ibox-content"> <p> <button type="button" class="btn btn-w-m btn-default" id="open_btn_default">默认</button> <button type="butt 阅读全文
posted @ 2020-09-18 16:25 荻!!!!!!!! 阅读(3404) 评论(0) 推荐(0) 编辑
layui执行添加或者修改后,重新加载数据表格数据(刷新页面动作)
摘要:这是点击编辑按钮执行的js,要想实现添加后刷新数据表格的动作,只需要加上 window.parent.location.reload();即可,亲测有效!!! //监听提交 form.on('submit(edit)', function (data) { // 这个只是监听提交动作,自己还需要aj 阅读全文
posted @ 2020-09-16 11:29 荻!!!!!!!! 阅读(5668) 评论(0) 推荐(1) 编辑
layui总结
摘要:https://blog.csdn.net/NBAJAVA/article/details/100060219 阅读全文
posted @ 2020-09-15 17:21 荻!!!!!!!! 阅读(85) 评论(0) 推荐(0) 编辑
jquery中ajax请求的使用和四个步骤示例
摘要:ajax() 方法用于执行 AJAX(异步 HTTP)请求,所有的 jQuery AJAX 方法都使用 ajax() 方法,该方法通常用于其他方法不能完成的请求。 下面是通常使用的示例: $.ajax({ type: "post", url: baseUrlByFlowable + url, hea 阅读全文
posted @ 2020-09-14 10:23 荻!!!!!!!! 阅读(607) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

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