会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
芜明-追星
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
8
9
10
11
12
13
14
15
16
···
40
下一页
2016年10月8日
Jquery easyui 教程
摘要: 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 芜明-追星
阅读(752)
评论(0)
推荐(0)
2016年9月30日
控制窗口不能拖拉出主窗口 Dialog And Window
摘要: /* 控制窗口不能拖拉出主窗口(覆写) */var easyuiPanelOnMove = function(left, top) { if ($(this).panel('options').reSizing) return; var parentObj = $(this).panel('pane
阅读全文
posted @ 2016-09-30 08:52 芜明-追星
阅读(292)
评论(0)
推荐(0)
实现的时钟(time)
摘要: <!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 芜明-追星
阅读(246)
评论(0)
推荐(0)
Js扩展方法ReplaceAll
摘要: String.prototype.replaceAll = function (reallyDo, replaceWith, ignoreCase) { if (!RegExp.prototype.isPrototypeOf(reallyDo)) { return this.replace(new
阅读全文
posted @ 2016-09-30 08:47 芜明-追星
阅读(221)
评论(0)
推荐(0)
js监控窗口高度和宽度
摘要: <!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 芜明-追星
阅读(3650)
评论(0)
推荐(0)
加载页面(Loading)
摘要: /* 文件说明:页面加载时Loading JS 文件描述:解决IE或FF下,初始化加载时,页面布局乱掉的问题,参考:*/var width = $(window).width();var height = $(window).height(); var html = "<div id='loadin
阅读全文
posted @ 2016-09-30 08:45 芜明-追星
阅读(600)
评论(0)
推荐(0)
js判断手机连接网络类型
摘要: <!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 芜明-追星
阅读(8464)
评论(1)
推荐(0)
2016年9月29日
combotree的加载方法
摘要: <!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 芜明-追星
阅读(400)
评论(0)
推荐(0)
jquery.util.easyui.dialog
摘要: (function ($) { var $parent = parent.$; //获取弹出窗口数据集合 function getDialogs() { var dialogs = $parent("#div_index_data").data("dialogs"); dialogs = dialo
阅读全文
posted @ 2016-09-29 09:29 芜明-追星
阅读(810)
评论(0)
推荐(0)
datagrid后台分页js.js
摘要: $(function () { gridbind(); bindData(); }); //表格绑定function gridbind() { $('#dg').datagrid({ title: '动作管理', iconCls: '', width: fixWidth(1) - 25,// fix
阅读全文
posted @ 2016-09-29 09:28 芜明-追星
阅读(595)
评论(0)
推荐(0)
上一页
1
···
8
9
10
11
12
13
14
15
16
···
40
下一页
公告