上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页

EasyUI - SearchBox 搜索框

摘要: 效果:html代码: 所有频道 新闻频道JavaScript代码:$(function () { $('#ss').searchbox({ width:300, menu: '#mm', prompt: '请输入搜索内容…………', ... 阅读全文
posted @ 2015-10-17 18:16 ultrastrong 阅读(519) 评论(0) 推荐(0) 编辑

EasyUI - pagination 分页组件

摘要: 总页数是手动填写,后续进行更改………………效果:html代码:--%>JavaScript代码:$(function () { //panel组建,用来显示分页数据 $('#p').panel({ title: '显示数据', href: '../Json/P... 阅读全文
posted @ 2015-10-17 17:40 ultrastrong 阅读(505) 评论(0) 推荐(0) 编辑

EasyUI - SplitButton 分割按钮

摘要: 效果:html代码:Ok Ok Cancel--%>Ok Ok CancelJavascript代码:$(function () { $('#sb').splitbutton({ menu: '#mm', iconCls: 'icon-ok'... 阅读全文
posted @ 2015-10-17 16:21 ultrastrong 阅读(472) 评论(0) 推荐(0) 编辑

EasyUI - Menu 菜单

摘要: 效果:html代码: New Open Word Excel PowerPoint Save ExitJavaScript代码:$(functio... 阅读全文
posted @ 2015-10-17 16:11 ultrastrong 阅读(507) 评论(0) 推荐(0) 编辑

EasyUI - Messager消息框

摘要: 全局设定:JavaScript代码://设置按钮中的文字,默认是-ok/cancel ,可以任意设置文字,比如现在的-确认/取消$.messager.defaults = { ok: '确认', cancel: '取消',}第一种:效果:html代码:无JavaScript代码://第一... 阅读全文
posted @ 2015-10-17 15:36 ultrastrong 阅读(1265) 评论(0) 推荐(0) 编辑

EasyUI - Dialog 对话框

摘要: 效果:html代码:其中有class加载方式和Javascript加载方式。 Dialog Content.--%> JavaScript代码:$(function () { $('#dia').dialog({ title:'dialog',... 阅读全文
posted @ 2015-10-17 14:45 ultrastrong 阅读(366) 评论(0) 推荐(0) 编辑

ASP.NET - 注册邮箱验证

摘要: 链接:http://down.51cto.com/data/610562 阅读全文
posted @ 2015-10-14 16:07 ultrastrong 阅读(157) 评论(0) 推荐(0) 编辑

ASP.NET - URL中参数加密解密操作

摘要: 效果:代码:using System;using System.Text;using System.IO;using System.Security.Cryptography;public partial class _Default : System.Web.UI.Page{ protect... 阅读全文
posted @ 2015-10-14 16:04 ultrastrong 阅读(609) 评论(0) 推荐(0) 编辑

EasyUI - Layout 布局控件

摘要: 效果:Html代码: 阅读全文
posted @ 2015-10-13 22:09 ultrastrong 阅读(369) 评论(0) 推荐(0) 编辑

EasyUI - According 分类列表

摘要: 效果:html代码: Accordion for jQuery Accordion is a part of easyui framework for jQuery. It lets you define your accordio... 阅读全文
posted @ 2015-10-13 16:55 ultrastrong 阅读(213) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 47 下一页