实现表格列宽可以拖动调整的jQuery插件
jopen
11年前
jquery-resizable-columns是一个实现表格列宽可以拖动调整的jQuery插件。在线示例:Live Demo 项目主页:http://www.open-open.com/lib/view/home/1370175623352</p> </strong><table> <thead> <tr> <th>#</th> <th>First Name</th> <th>Last Name</th> <th>Username</th> </tr> </thead> <tbody> ... </tbody> </table> <script> $(function(){ $("table").resizableColumns(); }); </script>