随笔分类 -  html

摘要:js实现倒计时60秒的简单代码(推荐) 阅读全文
posted @ 2017-08-24 13:59 Martin_lee 阅读(1810) 评论(0) 推荐(0)
摘要:$("#tbParBudCode").chosen().change(function () { $("#tbParBudCode option[value='" + $("#hidBudCodeID").val() + "']... 阅读全文
posted @ 2017-07-24 09:41 Martin_lee 阅读(476) 评论(0) 推荐(0)
摘要:$("#tbParBudCode").chosen().change(function () { $("#tbParBudCode option[value='" + $("#hidBudCodeID").val() + "']... 阅读全文
posted @ 2017-07-24 09:41 Martin_lee 阅读(631) 评论(0) 推荐(0)
摘要:$("#ddlMstData").find("option[value=" + data.MstKey + "]").attr("selected", true); $("#ddlMstData").trigger("chos... 阅读全文
posted @ 2017-07-18 16:00 Martin_lee 阅读(210) 评论(0) 推荐(0)
摘要:$("#ddlMstData").find("option[value=" + data.MstKey + "]").attr("selected", true); $("#ddlMstData").trigger("chos... 阅读全文
posted @ 2017-07-18 16:00 Martin_lee 阅读(537) 评论(0) 推荐(0)
摘要:table不让td中文字溢出操作方法table{ width:100px; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100%; ... 阅读全文
posted @ 2017-07-11 14:30 Martin_lee 阅读(191) 评论(0) 推荐(0)
摘要:table不让td中文字溢出操作方法table{ width:100px; table-layout:fixed;/* 只有定义了表格的布局算法为fixed,下面td的定义才能起作用。 */ } td{ width:100%; ... 阅读全文
posted @ 2017-07-11 14:30 Martin_lee 阅读(329) 评论(0) 推荐(0)
摘要:$('select', newTr).chosen({ width: '100%', search_contains: true ... 阅读全文
posted @ 2017-07-08 17:45 Martin_lee 阅读(133) 评论(0) 推荐(0)
摘要:$('select', newTr).chosen({ width: '100%', search_contains: true ... 阅读全文
posted @ 2017-07-08 17:45 Martin_lee 阅读(163) 评论(0) 推荐(0)
摘要:严重性 代码 说明 项目 文件行禁止显示状态错误 CS2001 Source file 'D:\Local\Apright_LW-Wiseb2b\Feekong.Model\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8... 阅读全文
posted @ 2017-07-04 14:58 Martin_lee 阅读(604) 评论(0) 推荐(0)
摘要:严重性 代码 说明 项目 文件行禁止显示状态错误 CS2001 Source file 'D:\Local\Apright_LW-Wiseb2b\Feekong.Model\obj\Release\TemporaryGeneratedFile_E7A71F73-0F8... 阅读全文
posted @ 2017-07-04 14:58 Martin_lee 阅读(267) 评论(0) 推荐(0)
摘要:$(document).on("click",".class a",function(){ }) 阅读全文
posted @ 2017-07-04 14:55 Martin_lee 阅读(86) 评论(0) 推荐(0)
摘要:$(document).on("click",".class a",function(){ }) 阅读全文
posted @ 2017-07-04 14:55 Martin_lee 阅读(81) 评论(0) 推荐(0)
摘要:目前问题:plupload上传带参数到后台,迟迟没有解决!!!昨晚到23点多终于完成了!直接上代码!var uploader = new plupload.Uploader({ //实例化一个plupload上传对象 browse_but... 阅读全文
posted @ 2017-04-03 11:17 Martin_lee 阅读(586) 评论(0) 推荐(0)
摘要:目前问题:plupload上传带参数到后台,迟迟没有解决!!!昨晚到23点多终于完成了!直接上代码!var uploader = new plupload.Uploader({ //实例化一个plupload上传对象 browse_but... 阅读全文
posted @ 2017-04-03 11:17 Martin_lee 阅读(494) 评论(0) 推荐(0)
摘要:$(this).attr("data-id") // will return the string "123"or .data() (if you use newer jQuery >= 1.4.3)$(this).data("id") // will return ... 阅读全文
posted @ 2017-03-30 15:09 Martin_lee 阅读(739) 评论(0) 推荐(0)
摘要:https://github.com/AlloyTeam/AlloyClip/blob/master/test/index.html 阅读全文
posted @ 2017-03-27 22:34 Martin_lee 阅读(155) 评论(0) 推荐(0)