- input标签内正则验证 2017-07-06 点击:14 评论:0
- easYUi-tree显示到指定层次 2017-07-01 点击:14 评论:0
- 基于easYUi的页面等待提示层,即mask 2017-06-29 点击:14 评论:0
- easYUi之combo控件分析 2017-06-20 点击:26 评论:0
- easYUi之datagrid控件分析 2017-06-19 点击:14 评论:0
- easYUi,datagrid 2017-06-13 点击:19 评论:0
- 使用laYUi组件的小问题1.0, 2017-04-20 点击:31 评论:0
- easYUi-validatebox多重校验 2017-04-11 点击:25 评论:0
- supervisord安装,启动/关闭,添加开机自启动服务 2017-04-11 点击:8 评论:0
- jqueryeasYUidatagrid多选写法 2017-03-24 点击:18 评论:0
input标签内正则验证//只能输入字母和数字和 \/ .onkeyup=value=value.replace(/[^\w\.\/]/ig,)//只能输入字母和数字和 /onke...
easyui-tree显示到指定层次要求返回的树形结构中有一个属性表示当前节点的层次,这里是type代码var expendFunction = function (treeNod...
基于easyui的页面等待提示层,即mask* 使用方法:* 开启:MaskUtil.mask();* 关闭:MaskUtil.unmask();* * MaskUtil.mask...
/** * combo - jQuery EasyUI ** Licensed under the GPL: * https://www.gnu.org/licenses/gpl....
/** * datagrid - jQuery EasyUI * * Licensed under the GPL: * http://www.gnu.org/licenses/g...
打了一个简单的例子,,,对着别的例子打的,,需要的可以拿去看,,简单明了,,嘿嘿直接上源码easyUI $(#tree).tree({ url : basic_tree_d...
使用layui组件的小问题:今天使用layui搭建一个后台管理过程中,遇到了点小问题,很简单,但是想写下来,如果有一些初学的朋友要学可以看看。1.使用预加载和layui.confi...
easyui-validatebox多重校验:easyui的validatebox提供了validType属性支持校验和多重校验。但是我们发现当检验方法需要传参数时,默认的多重校验...
supervisord安装,启动/关闭,添加开机自启动服务:centos7安装supervisord。#yum -y install supervisor安装路径/usr/bin/...
当使用jquery easyui datagrid 多选表格的时候用到的方法:$(#tgridTRoute).datagrid(getSelections); //获取所有选中行$...