上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页
摘要: Jquery easyui教程 目 录 1基本拖放... 4 2构建购物车型拖放... 5 3创建课程表... 8 4菜单和按钮Menu and Button. 10 o 4.1创建简单菜单... 10 o 4.2创建连接按钮... 11 o 4.3建立菜单按钮... 12 o 4.4建立拆分按钮. 阅读全文
posted @ 2016-10-08 11:41 芜明-追星 阅读(707) 评论(0) 推荐(0) 编辑
摘要: /* 控制窗口不能拖拉出主窗口(覆写) */var easyuiPanelOnMove = function(left, top) { if ($(this).panel('options').reSizing) return; var parentObj = $(this).panel('pane 阅读全文
posted @ 2016-09-30 08:52 芜明-追星 阅读(287) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"><head> <script type="text/javascript" src="http://cdn.hcharts.cn/jquery/jquery-1.8.3.min.js"></script> <script type="te 阅读全文
posted @ 2016-09-30 08:50 芜明-追星 阅读(243) 评论(0) 推荐(0) 编辑
摘要: String.prototype.replaceAll = function (reallyDo, replaceWith, ignoreCase) { if (!RegExp.prototype.isPrototypeOf(reallyDo)) { return this.replace(new 阅读全文
posted @ 2016-09-30 08:47 芜明-追星 阅读(214) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org 阅读全文
posted @ 2016-09-30 08:46 芜明-追星 阅读(3645) 评论(0) 推荐(0) 编辑
摘要: /* 文件说明:页面加载时Loading JS 文件描述:解决IE或FF下,初始化加载时,页面布局乱掉的问题,参考:*/var width = $(window).width();var height = $(window).height(); var html = "<div id='loadin 阅读全文
posted @ 2016-09-30 08:45 芜明-追星 阅读(589) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE HTML><html xmlns="http://www.w3.org/1999/xhtml" lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta nam 阅读全文
posted @ 2016-09-30 08:44 芜明-追星 阅读(8449) 评论(1) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>ComboTree - jQuery EasyUI Demo</title> <link re 阅读全文
posted @ 2016-09-29 09:30 芜明-追星 阅读(393) 评论(0) 推荐(0) 编辑
摘要: (function ($) { var $parent = parent.$; //获取弹出窗口数据集合 function getDialogs() { var dialogs = $parent("#div_index_data").data("dialogs"); dialogs = dialo 阅读全文
posted @ 2016-09-29 09:29 芜明-追星 阅读(804) 评论(0) 推荐(0) 编辑
摘要: $(function () { gridbind(); bindData(); }); //表格绑定function gridbind() { $('#dg').datagrid({ title: '动作管理', iconCls: '', width: fixWidth(1) - 25,// fix 阅读全文
posted @ 2016-09-29 09:28 芜明-追星 阅读(588) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 40 下一页