摘要: /* 控制窗口不能拖拉出主窗口(覆写) */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) 编辑