上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页
摘要: table ID="zhutiTable" html2="<tr></tr>"; 的数据 setTableInnerHTML(document.getElementById('zhutiTable'), html2); function setTableInnerHTML(table, html) 阅读全文
posted @ 2017-08-10 19:29 Debugs 阅读(457) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>家谱树状代码 demo by js.alixixi.com</title> <style class="csscreations">/*Now the CSS*/* {margin: 阅读全文
posted @ 2017-08-08 18:18 Debugs 阅读(702) 评论(0) 推荐(0)
摘要: 用到了Easyui datagrd行内添加和编辑数据,同时对行内数据上移下移,所以对这几个功能做个总结。 1、首先大概说下这几个功能里用到的主要方法,行内添加数据主要是添加列的editor属性, 行内编辑主要使用beginEdit(), endEdit(),同时一个关键就是拿到当前的操作行索引edi 阅读全文
posted @ 2017-08-03 09:28 Debugs 阅读(1584) 评论(0) 推荐(0)
摘要: 一、js方式的页面跳转1.window.location.href方式 <script language="JavaScript" type="text/javascript"> window.location.href="http://www.dayanmei.com/"; </script>2. 阅读全文
posted @ 2017-08-01 18:21 Debugs 阅读(3276) 评论(0) 推荐(0)
摘要: https://shop108220642.taobao.com/search.htm?spm=2013.1.w5002-5297459241.1.mnhAZ5&search=y http://kb.cnblogs.com/page/69610/ ASP.NET MVC 2生成动态表单的一种最简单的 阅读全文
posted @ 2017-07-12 11:48 Debugs 阅读(983) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/wangjiming/p/7101175.html 阅读全文
posted @ 2017-07-11 09:17 Debugs 阅读(138) 评论(0) 推荐(0)
摘要: http://www.iqiyi.com/a_19rrh9jx9p.html http://www.cnblogs.com/aarond/p/SQLDispatcher.html --读写分离 http://www.cnblogs.com/kakake/p/3991864.html 【开源】EFW框 阅读全文
posted @ 2017-06-18 17:12 Debugs 阅读(240) 评论(0) 推荐(0)
摘要: /// <reference path="jquery-1.8.0.min.js" />/** DIV或元素居中* @return*/jQuery.fn.mCenterDiv = function () { this.css("position", "absolute"); this.css("bo 阅读全文
posted @ 2017-06-17 10:44 Debugs 阅读(3075) 评论(0) 推荐(0)
摘要: $.ajax({ url:"test.json", type: "GET", data: {username:$("#username").val()}, dataType: "json", beforSend:function(){ // 禁用按钮防止重复提交 $("#submit").attr( 阅读全文
posted @ 2017-06-16 16:54 Debugs 阅读(1315) 评论(0) 推荐(0)
摘要: <script type="text/javascript" src="/jquery/jquery.js"></script><script type="text/javascript">var jq=$.noConflict();jq(document).ready(function(){ jq 阅读全文
posted @ 2017-06-16 13:25 Debugs 阅读(521) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 16 下一页