随笔分类 -  js

摘要:用这个方式判断ie 上面的ie11不兼容 阅读全文
posted @ 2021-06-04 16:23 恋之呓 阅读(65) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-04 14:39 恋之呓 阅读(49) 评论(0) 推荐(0) 编辑
摘要:解决鼠标一直在左上角的问题 解决ctrl+A全后选都会被拖拽问题,会默认在浏览器地址搜索 封装成函数 阅读全文
posted @ 2021-06-04 13:54 恋之呓 阅读(61) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-04 10:45 恋之呓 阅读(52) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-04 08:56 恋之呓 阅读(30) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-03 17:01 恋之呓 阅读(15) 评论(0) 推荐(0) 编辑
摘要:或者 阅读全文
posted @ 2021-06-03 16:54 恋之呓 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2021-06-03 13:37 恋之呓 阅读(56) 评论(0) 推荐(0) 编辑
摘要:x-y 阅读全文
posted @ 2021-06-02 14:20 恋之呓 阅读(112) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-08-27 12:32 恋之呓 阅读(77) 评论(0) 推荐(0) 编辑
摘要:<ifram> 方式2:UploadDify 3.SWFUpload 阅读全文
posted @ 2018-04-09 14:02 恋之呓 阅读(69) 评论(0) 推荐(0) 编辑
摘要:<form method="post" id="formfile" enctype="multipart/form-data"> <table> <tr> <th>文件路径:</th> <!--新增accept属性选择特定格式图片--> <td><input class="easyui-filebo 阅读全文
posted @ 2017-09-28 13:33 恋之呓 阅读(160) 评论(0) 推荐(0) 编辑
摘要:/*消息提示begin*/jQuery.Info = function (msg) { $.messager.alert("温馨提示", msg, "info");};jQuery.Error = function (msg) { $.messager.alert("错误", msg, "error 阅读全文
posted @ 2017-08-21 17:29 恋之呓 阅读(234) 评论(0) 推荐(0) 编辑
摘要:parseFloat(value).toFixed(2); 阅读全文
posted @ 2017-08-21 17:28 恋之呓 阅读(123) 评论(0) 推荐(0) 编辑
摘要:function RetainedDecimalPlaces(num, del, spit) {//num :值 del:小数位 spit:是否使用千分位符 if (del != 0) { num = parseFloat(num).toFixed(del); //保留小数并四舍五入 } var s 阅读全文
posted @ 2017-08-21 17:23 恋之呓 阅读(423) 评论(0) 推荐(0) 编辑
摘要:文件名: Bll.js * 文件功能描述: 计算两个日期天数差的函数,通用,根据指定的一个日期和相差的天数,获取另外一个日期 * 作 者: liangjw * 创建标示: 2013-06-20 * 邮 箱: liangjw0504@163.com * 版权所有: Copyright (C) 【201 阅读全文
posted @ 2017-01-05 17:20 恋之呓 阅读(2366) 评论(0) 推荐(0) 编辑
摘要:@{ Layout = null;} <!DOCTYPE html> <html><head> <meta name="viewport" content="width=device-width" /> <title>货位档案</title> @Scripts.Render("~/bundles/j 阅读全文
posted @ 2016-11-17 17:19 恋之呓 阅读(256) 评论(0) 推荐(0) 编辑
摘要:<script language="JavaScript"> javascript:window.history.forward(1); </script> 阅读全文
posted @ 2016-11-17 17:17 恋之呓 阅读(123) 评论(0) 推荐(0) 编辑
摘要:<script> function aclick(){ $("a").click(function () { var name=this.innerHTML; $($("#mainFrm").prev()[0]).html(name); //$("#mainFrm") }); } </script> 阅读全文
posted @ 2016-10-14 11:42 恋之呓 阅读(1451) 评论(0) 推荐(0) 编辑
摘要:<script> $(function () { $("#login").css("opacity", "0.5"); }); </script> 阅读全文
posted @ 2016-09-14 09:08 恋之呓 阅读(131) 评论(0) 推荐(0) 编辑

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