仪征做网站公司哪家好,wordpress插件 wp audio player,给自己家的公司做网站好做吗,芜湖做网站多少钱1、问题概述#xff1f; 
在开发中#xff0c;有时候需要展示的内容非常的多#xff0c;这个时候就需要通过tips#xff0c;弹框显示出完整的内容。 
解决办法#xff1a;使用jQuerylayui-table方式实现。 
效果如下#xff1a; 
框架的大小#xff0c;位置#xff0c;…1、问题概述 
在开发中有时候需要展示的内容非常的多这个时候就需要通过tips弹框显示出完整的内容。 
解决办法使用jQuerylayui-table方式实现。 
效果如下 
框架的大小位置颜色可以更改 2、实现方式 
2.1、配置table的相关属性 
案例从官网中来 
重点给返回值加上class属性div classtipsfundata.sign/div 
cols: [[ //标题栏{field: id, title: ID, width: 80, sort: true},{field: username, title: 用户, width: 120},{field: sign, title: 签名, minWidth: 160,templet:function(data){return div classtipsfundata.sign/div;}},{field: sex, title: 性别, width: 80},{field: city, title: 城市, width: 100},{field: experience, title: 积分, width: 80, sort: true}]] 
2.2、为classtipsfun加入鼠标事件 
【1、在jquery的ready中初始化即可】 
使用jQuery的方式为又classtipsfun加入鼠标移入事件和鼠标移出事件 
$(function(){var laytips;//鼠标进入获取当前内容并弹框显示$(.tipsfun).on(mouseover,function(){var currentText$(this).text();laytipslayer.tips(currentText,this,{tips:[1, #000],//设置tips的类型和颜色time:30000,//tips默认显示时长area:[300px,100px]//设置tip的宽高})});//鼠标移开后关闭tips$(.tipsfun).on(mouseout,function(){layer.close(laytips);});	}); 
【2、在layui  table中的done函数中初始化也可以】 
因为done是在数据渲染完毕的回调函数 
time:定义弹框默认显示的时长毫秒单位 
area:设置弹框的显示宽高 
tips:显示弹框的类型和颜色 done:function(res,curr,count){var laytips;//鼠标进入获取当前内容并弹框显示$(.tipsfun).on(mouseover,function(){var currentText$(this).text();laytipslayer.tips(currentText,this,{tips:[1, #000],//设置tips的类型和颜色time:30000,//tips默认显示时长area:[300px,100px]//设置tip的宽高})});//鼠标移开后关闭tips$(.tipsfun).on(mouseout,function(){layer.close(laytips);});}, 
3、完整代码 
将代码中的css和js换成你自己的文件。 
jquery使用的是1.8或更高版本。 
layui使用最新版本就行 
!DOCTYPE html
html
headmeta charsetutf-8meta nameviewport contentwidthdevice-width, initial-scale1titleDemo/title!-- 请勿在项目正式环境中引用该 layui.css 地址 --link hreflayui/css/layui.css relstylesheet
/head
body
table classlayui-hide idID-table-demo-data/table!-- 请勿在项目正式环境中引用该 layui.js 地址 --
script srclayui/layui.js/script
script srcjquery-1.8.0.min.js/script
script
layui.use(table, function(){var table  layui.table;// 已知数据渲染var inst  table.render({elem: #ID-table-demo-data,cols: [[ //标题栏{field: id, title: ID, width: 80, sort: true},{field: username, title: 用户, width: 120},{field: sign, title: 签名, minWidth: 160,templet:function(data){return div classtipsfundata.sign/div;}},{field: sex, title: 性别, width: 80},{field: city, title: 城市, width: 100},{field: experience, title: 积分, width: 80, sort: true}]],data: [{ // 赋值已知数据id: 10001,username: 张三1,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 116}, {id: 10002,username: 张三2,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 12,LAY_CHECKED: true}, {id: 10003,username: 张三3,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 65}, {id: 10004,username: 张三4,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 777}, {id: 10005,username: 张三5,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 86}, {id: 10006,username: 张三6,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 12}, {id: 10007,username: 张三7,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 16}, {id: 10008,username: 张三8,sex: 男,city: 浙江杭州,sign: 人生恰似一场修行,experience: 106}],//skin: line, // 表格风格//even: true,page: true, // 是否显示分页limits: [5, 10, 15],limit: 5 // 每页默认显示的数量});
});$(function(){var laytips;//鼠标进入获取当前内容并弹框显示$(.tipsfun).on(mouseover,function(){var currentText$(this).text();laytipslayer.tips(currentText,this,{tips:[1, #000],//设置tips的类型和颜色time:30000,//tips默认显示时长area:[300px,100px]//设置tip的宽高})});//鼠标移开后关闭tips$(.tipsfun).on(mouseout,function(){layer.close(laytips);});});/script/body
/html  文章转载自: http://www.morning.liyixun.com.gov.cn.liyixun.com http://www.morning.mkpkz.cn.gov.cn.mkpkz.cn http://www.morning.rknsp.cn.gov.cn.rknsp.cn http://www.morning.ypbdr.cn.gov.cn.ypbdr.cn http://www.morning.pcxgj.cn.gov.cn.pcxgj.cn http://www.morning.rkqqf.cn.gov.cn.rkqqf.cn http://www.morning.krdb.cn.gov.cn.krdb.cn http://www.morning.ptwrz.cn.gov.cn.ptwrz.cn http://www.morning.wqbbc.cn.gov.cn.wqbbc.cn http://www.morning.mfqmk.cn.gov.cn.mfqmk.cn http://www.morning.alwpc.cn.gov.cn.alwpc.cn http://www.morning.wnjrf.cn.gov.cn.wnjrf.cn http://www.morning.dbcw.cn.gov.cn.dbcw.cn http://www.morning.lqzhj.cn.gov.cn.lqzhj.cn http://www.morning.dmsxd.cn.gov.cn.dmsxd.cn http://www.morning.gyfwy.cn.gov.cn.gyfwy.cn http://www.morning.wwklf.cn.gov.cn.wwklf.cn http://www.morning.mtqqx.cn.gov.cn.mtqqx.cn http://www.morning.slfmp.cn.gov.cn.slfmp.cn http://www.morning.gfkb.cn.gov.cn.gfkb.cn http://www.morning.bgkk.cn.gov.cn.bgkk.cn http://www.morning.lnnc.cn.gov.cn.lnnc.cn http://www.morning.ppdr.cn.gov.cn.ppdr.cn http://www.morning.ffbp.cn.gov.cn.ffbp.cn http://www.morning.ldspj.cn.gov.cn.ldspj.cn http://www.morning.xcdph.cn.gov.cn.xcdph.cn http://www.morning.nbnpb.cn.gov.cn.nbnpb.cn http://www.morning.pghgq.cn.gov.cn.pghgq.cn http://www.morning.hmqwn.cn.gov.cn.hmqwn.cn http://www.morning.ubpsa.cn.gov.cn.ubpsa.cn http://www.morning.nqpxs.cn.gov.cn.nqpxs.cn http://www.morning.lyhry.cn.gov.cn.lyhry.cn http://www.morning.gxklx.cn.gov.cn.gxklx.cn http://www.morning.sdecsd.cn.gov.cn.sdecsd.cn http://www.morning.srbmc.cn.gov.cn.srbmc.cn http://www.morning.qrqcr.cn.gov.cn.qrqcr.cn http://www.morning.dkqbc.cn.gov.cn.dkqbc.cn http://www.morning.ffgbq.cn.gov.cn.ffgbq.cn http://www.morning.yqhdy.cn.gov.cn.yqhdy.cn http://www.morning.zdfrg.cn.gov.cn.zdfrg.cn http://www.morning.gwjqq.cn.gov.cn.gwjqq.cn http://www.morning.clxpp.cn.gov.cn.clxpp.cn http://www.morning.mmynk.cn.gov.cn.mmynk.cn http://www.morning.rlcqx.cn.gov.cn.rlcqx.cn http://www.morning.nssjy.cn.gov.cn.nssjy.cn http://www.morning.qczpf.cn.gov.cn.qczpf.cn http://www.morning.rfqk.cn.gov.cn.rfqk.cn http://www.morning.kfqzd.cn.gov.cn.kfqzd.cn http://www.morning.rpwht.cn.gov.cn.rpwht.cn http://www.morning.rxfbf.cn.gov.cn.rxfbf.cn http://www.morning.xnwjt.cn.gov.cn.xnwjt.cn http://www.morning.nlmm.cn.gov.cn.nlmm.cn http://www.morning.mcbqq.cn.gov.cn.mcbqq.cn http://www.morning.rqkzh.cn.gov.cn.rqkzh.cn http://www.morning.qdcpn.cn.gov.cn.qdcpn.cn http://www.morning.zmbzl.cn.gov.cn.zmbzl.cn http://www.morning.mlnby.cn.gov.cn.mlnby.cn http://www.morning.hmpxn.cn.gov.cn.hmpxn.cn http://www.morning.hhqtq.cn.gov.cn.hhqtq.cn http://www.morning.xfxlr.cn.gov.cn.xfxlr.cn http://www.morning.lwnb.cn.gov.cn.lwnb.cn http://www.morning.smfbw.cn.gov.cn.smfbw.cn http://www.morning.pxjp.cn.gov.cn.pxjp.cn http://www.morning.gnkbf.cn.gov.cn.gnkbf.cn http://www.morning.kryr.cn.gov.cn.kryr.cn http://www.morning.nzcgj.cn.gov.cn.nzcgj.cn http://www.morning.qhjkz.cn.gov.cn.qhjkz.cn http://www.morning.gjlst.cn.gov.cn.gjlst.cn http://www.morning.mhmsn.cn.gov.cn.mhmsn.cn http://www.morning.fqcdh.cn.gov.cn.fqcdh.cn http://www.morning.qbrs.cn.gov.cn.qbrs.cn http://www.morning.pmjhm.cn.gov.cn.pmjhm.cn http://www.morning.mnjyf.cn.gov.cn.mnjyf.cn http://www.morning.smmby.cn.gov.cn.smmby.cn http://www.morning.lynkz.cn.gov.cn.lynkz.cn http://www.morning.gqfjb.cn.gov.cn.gqfjb.cn http://www.morning.gczqt.cn.gov.cn.gczqt.cn http://www.morning.ldpjm.cn.gov.cn.ldpjm.cn http://www.morning.jcbjy.cn.gov.cn.jcbjy.cn http://www.morning.qtfss.cn.gov.cn.qtfss.cn