随笔 - 124,  文章 - 2,  评论 - 4,  阅读 - 92868

随笔分类 -  jquery

layui的msg弹出框设置字体大小弹出框大小
摘要:layer.msg("123", { icon: $.modal.icon(modal_status.WARNING), time: 3000, shift: 5,offset:"rb",area:['400px','66px'] },function () { }); layer.msg('<sp 阅读全文
posted @ 2020-11-05 11:52 独孤求败-独孤九剑 阅读(1872) 评论(0) 推荐(0) 编辑
jquery循环显示api接口的数据
摘要:$(window).load(function(){ $.ajax({ url:"/index/product/hotpro", method:"post", dataType: "json", success:function (json) { console.log(json); var htm 阅读全文
posted @ 2020-10-19 13:54 独孤求败-独孤九剑 阅读(343) 评论(0) 推荐(0) 编辑
jquery实现禁用右键和F12查看调试网页
摘要:引入jquery <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> $(document).bind("contextmenu", function () { return false; });//禁止右键 doc 阅读全文
posted @ 2020-05-14 16:59 独孤求败-独孤九剑 阅读(773) 评论(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

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