09 2018 档案
$(function () {}) 作用域调用方法
摘要:1 $(".btn1").on("click",function(){ $.fun1(); }) $(".btn2").on("click",function(){ fun2(); }) $(".btn3").on("click",function(){ fun3(); }) $(function(){ /*jquery扩展函数*/ $.extend({'fun1':function(){ a... 阅读全文
posted @ 2018-09-25 10:43 Leegj 阅读(531) 评论(0) 推荐(0)
js数组push 问题
摘要:var aa = []; $(".read-mode tr td").each(function () { var JsonData = { Formnumber: "", Formname: "" } if ($(this).find("input[type=radio]:checked").va 阅读全文
posted @ 2018-09-21 09:39 Leegj 阅读(677) 评论(0) 推荐(0)
sql sever 批量插入
摘要:/// <summary>/// 提供数据批量处理的方法。/// </summary>public interface IBatcherProvider : IProviderService{/// <summary>/// 将 <see cref="DataTable"/> 的数据批量插入到数据库 阅读全文
posted @ 2018-09-06 19:16 Leegj 阅读(338) 评论(0) 推荐(0)
js控制打印页眉页脚日期网站
摘要:<!DOCTYPE html><html><head> <title>打印</title> <meta charset="utf-8"> <style> .printBox { width: 300px; height: 300px; border: 1px solid blue; } </styl 阅读全文
posted @ 2018-09-04 11:59 Leegj 阅读(303) 评论(0) 推荐(0)