摘要: 一. 加载方式//class 加载方式内容区域//JS 加载调用$('#box').panel({width:500,height:150,title : '面板',closable : true,});二. 属性列表//属性设置$('#box').panel({width : 500,height... 阅读全文
posted @ 2015-11-30 11:06 琴似蓝调 阅读(1118) 评论(0) 推荐(0) 编辑
摘要: 一. 加载方式//class 加载方式//JS 加载调用$('#box').progressbar({value : 60,});二. 属性列表//属性设置$('#box').progressbar({width : 400,height : 30,value : 60,text : '{value... 阅读全文
posted @ 2015-11-30 10:36 琴似蓝调 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 一. 加载方式//class 加载方式按钮//JS 加载调用$('#box').linkbutton({text : '提交',});2属性列表//属性设置$('#box').linkbutton({id : 'pox',disabled : true,toggle : true,selected ... 阅读全文
posted @ 2015-11-30 10:16 琴似蓝调 阅读(630) 评论(0) 推荐(0) 编辑
摘要: 一.加载方式//class加载方式Hover Me //JS 加载调用$('#box').tooltip({content : '这里可以输入提示内容', });二.属性列表//属性设置$('#box').tooltip({position : 'top',content : '这里可以输入提示内容... 阅读全文
posted @ 2015-11-30 00:58 琴似蓝调 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 一.加载方式//class 加载方式//JS 加载调用 $('#box').resizable({ maxWidth:800, maxHeight:600, });二.属性列表//属性设置$('#rr').resizable({ disabled : true, handles : 'se', mi... 阅读全文
posted @ 2015-11-29 23:34 琴似蓝调 阅读(646) 评论(0) 推荐(0) 编辑
摘要: .加载方式//class 加载方式//JS 加载调用$('#box').droppable({accept:'#box,#pox',});属性列表Draggable 属性//属性设置$('#dd').droppable({accept : '#box', disabled : true,});三.事... 阅读全文
posted @ 2015-11-29 22:47 琴似蓝调 阅读(333) 评论(0) 推荐(0) 编辑
摘要: 1 一.加载方式2 //class 加载方式 3 4 内容部分 5 6 7 //JS 加载调用8 9 $('#box').draggable();加载方式属性列表//属性设置$('#box').draggable({revert : true,cursor : 'text',handle : ... 阅读全文
posted @ 2015-11-29 16:53 琴似蓝调 阅读(1036) 评论(0) 推荐(0) 编辑
摘要: 1 //引入 jQuery 核心库,这里采用的是 2.0 //引入 jQuery EasyUI 核心库,这里采用的是 1.3.6 2 //引入 EasyUI 中文提示信息 3 //引入自己开发的 JS 文件 4 //引入 EasyUI 核心 UI 文件 CSS 5 //引入 EasyUI ... 阅读全文
posted @ 2015-11-29 16:31 琴似蓝调 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 6 7 namespace MvcValidateDemo.C... 阅读全文
posted @ 2015-11-15 18:45 琴似蓝调 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 创建一个Ajax控制器 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 6 7 namespace MvcV... 阅读全文
posted @ 2015-11-15 17:52 琴似蓝调 阅读(585) 评论(0) 推荐(0) 编辑