Home  >  Article  >  Web Front-end  >  jQuery实现鼠标可拖动调整表格列宽度_jquery

jQuery实现鼠标可拖动调整表格列宽度_jquery

PHP中文网
PHP中文网Original
2017-03-28 16:11:591754browse

实现鼠标可拖动调整表格列宽度 如图:
jQuery实现鼠标可拖动调整表格列宽度_jquery 
一、引入文件:

复制代码 代码如下:






二、TABLE

复制代码 代码如下:




























栏目类型 活动名称 状态 操作选项
青春日记 2014年度青春日记征文 提交 审核
我和孩子的成长故事 成长故事 通过 审核


以上html只是作为Demo 并不是我项目中所实际使用的,并且在测试的时候 也未能实现。郁闷...

三、实现表格可拖动

复制代码 代码如下:




在项目使用过程中 发现无需引入store.js 也无需data-resizable-column-id属性

并且$("#myTable").resizableColumns();也可实现功能

所需文件下载地址:http://xiazai.jb51.net/201405/yuanma/jquery-resizableColumns.zip

分别解压两个文件

jquery.resizableColumns.js在jquery-resizable-columns-gh-pages\dist路径下

store.js在store.js-master路径下

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn