上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: 主要注意before和after的样式设置,input要设置id,label要设置for值并且等于相应的input值的id HTM <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style> html,bod 阅读全文
posted @ 2017-07-21 00:39 lanlanDong 阅读(1889) 评论(0) 推荐(0) 编辑
摘要: { "sucess":"true", "list": [ { "id":1, "type":"common", "name":"moudule1", "children": [ { "id":2, "type":"suse", "name":"attack1", "children": [ { &q 阅读全文
posted @ 2017-06-30 00:08 lanlanDong 阅读(268) 评论(0) 推荐(0) 编辑
摘要: html的meta总结 meta标签的组成:meta标签共有两个属性,它们分别是http-equiv属性和name属性,不同的属性又有不同的参数值,这些不同的参数值就实现了不同的网页功能。 1、name属性 name属性主要用于描述网页,与之对应的属性值为content,content中的内容主要是 阅读全文
posted @ 2017-06-22 23:57 lanlanDong 阅读(251) 评论(0) 推荐(0) 编辑
摘要: 点击的时候内容区的位置可以自己控制???? html 一.思路1 内容区域一定要给滚动台,然后给滚动条设置宽高为0px,隐藏滚动条,内容的div要给到高度大于屏幕的高度,就可以实现翻页的效果 一.思路2 如果根据html的滚动条来实现,如果想到达自己制定的位置,可以给相应的padding和margi 阅读全文
posted @ 2017-06-21 00:32 lanlanDong 阅读(291) 评论(0) 推荐(0) 编辑
摘要: json数据 { "total": 10, "sucess":true, "rows": [ { "id":"1", "name": "dongdong", "value": "Koi", "time": "2017-07-08", "string":"aaaasdsfhhdjnjhsd" }, { 阅读全文
posted @ 2017-06-20 00:38 lanlanDong 阅读(231) 评论(0) 推荐(0) 编辑
摘要: onClick onSelect onLoadSuccess事件是数据加载完成以后触发的事件 formatter function(node) //node指当前选中的节点,一级一级的渲染数据, 定义如何呈现节点文本。//添加新的标签在这里添加是最方便的代码实例: loadFilter functi 阅读全文
posted @ 2017-06-06 23:32 lanlanDong 阅读(204) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/gavin-num1/p/5655126.html jQuery插件开发模式 软件开发过程中是需要一定的设计模式来指导开发的,有了模式,我们就能更好地组织我们的代码,并且从这些前人总结出来的模式中学到很多好的实践。 根据《jQuery高级编程》的描述,j 阅读全文
posted @ 2017-06-05 23:14 lanlanDong 阅读(1188) 评论(0) 推荐(0) 编辑
摘要: 1.当从UI那得到图以后,要仔细分析页面的结构,尤其是类似于“左-中-右”,“上-下-中”等等; 2.布局了解清晰以后,要看看各个页面之间有没有联系,做到样式与页面公用; 3.都了解清晰以后要看看页面的效果方面,然后和交互,怎么才能做到有拓展性,延展性,和公用性,必要的时候可以写一个插件以达到公用; 阅读全文
posted @ 2017-06-01 22:26 lanlanDong 阅读(204) 评论(0) 推荐(0) 编辑
摘要: CSS加载 <div class="easyui-tabs" style="width: 400px;height: 250px"> <div title="Tab1" data-options="closable:true"> tab1 </div> <div title="Tab2" data- 阅读全文
posted @ 2017-05-25 22:02 lanlanDong 阅读(442) 评论(0) 推荐(0) 编辑
摘要: treegrid onClickRow: function(row) { $(this).treegrid("toggle", row.id); } tree onSelect:function(node){ $(this).tree(node.state 'closed' ? 'expand' : 阅读全文
posted @ 2017-05-25 22:01 lanlanDong 阅读(1800) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页