随笔分类 -  JQueryUI

JQGrid+Webservice+LINQ
摘要:注意:postData是用户自定的属性;Webservice:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using NHi... 阅读全文
posted @ 2013-07-18 15:14 vedusoft 阅读(339) 评论(0) 推荐(0)
JQGrid+Nhibernate+Webservice+Linq
摘要:先上效果图: 前台代码(jqgridtest.aspx): web服务代码(JQGridService.asmx):using System;using System.Collections.Generic;using System.Linq;using System.Web;usi... 阅读全文
posted @ 2013-07-10 11:06 vedusoft 阅读(339) 评论(0) 推荐(0)
jQuery布局插件UI Layout简介及使用方法
摘要:UI Layout是一种基于jQuery的布局框架,项目主页http://layout.jquery-dev.net/。该框架的参考原型是ExtJS的border-layout,因此十分适用于将原有使用ExtJS的项目改造成jQuery项目。其核心是一个大小自适应的中心面板(必选),面板的上下左右四个方向可以放置可折叠、可缩放的面板(可选),各个面板可以添加任意数量的页眉和页脚面板。UI Layo... 阅读全文
posted @ 2013-06-14 14:49 vedusoft 阅读(894) 评论(0) 推荐(0)
JQuery UI accordion学习笔记
摘要:JQuery UI accordion学习笔记 一个简单的JQuery UI accordion例子如下: <!DOCTYPE html> <html> <head> <link type="text/css" href="http://jqueryui.com/latest/themes/base/ui.all.css" rel="stylesheet" />... 阅读全文
posted @ 2013-06-06 10:18 vedusoft 阅读(235) 评论(0) 推荐(0)