04 2021 档案

饼状图点击凸出,适合颜色选择
摘要:html: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style type="text/less"> *{margin: 0;} body{ background-color: #fff; } .big 阅读全文

posted @ 2021-04-19 14:57 前端LHR 阅读(285) 评论(0) 推荐(0)

个人常用的win7快捷键
摘要:1、Win + D – 显示桌面 2、Win+L 锁定系统 3、Win + R – 打开运行窗口 4、Win+M 最小化所有窗口 当按下后当前所有窗口全都最小化。再次按下这个组合键没反应(用WIN + Shift + M 还原刚才最小化的窗口)。外号“老板键”,老板来了,赶快使用。Win+D也可以, 阅读全文

posted @ 2021-04-16 17:24 前端LHR 阅读(570) 评论(0) 推荐(0)

form表单提交数据
摘要:html: <!-- 表单数据--> <div id=""> <form id="thenform1"> <input type="hidden" name="page" value="1" /> </form> </div> js: data = $("#thenform1").serialize 阅读全文

posted @ 2021-04-16 17:00 前端LHR 阅读(136) 评论(0) 推荐(0)

jquery允许跨越获取cookie
摘要:$.ajax({ url:url, type: "get", //这里是重点 xhrFields: { //允许添加cookie withCredentials: true }, dataType: "json", data:data, success:function(res){}, error: 阅读全文

posted @ 2021-04-16 16:52 前端LHR 阅读(127) 评论(0) 推荐(0)

设置滚动条样式与监听滚动到底部
摘要:代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite 阅读全文

posted @ 2021-04-16 16:32 前端LHR 阅读(135) 评论(0) 推荐(0)

设置滚动条样式与监听滚动到底部
摘要:代码: <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style> .scroll_wrap{width:100%;display:flex;justify-content:center;align-ite 阅读全文

posted @ 2021-04-16 16:30 前端LHR 阅读(256) 评论(0) 推荐(0)

导航