<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta forua="true" http-equiv="Cache-Control" content="max-age=0" /></head>
<card title="jQuery插件resizableColumns实现鼠标可拖动调整表格列宽度" id="card1">
<p> 游客</p><p>
标题:jQuery插件resizableColumns实现鼠标可拖动调整表格列宽度<br/>
正文:<br/>
实现鼠标可拖动调整表格列宽度 如图： <br/> <br/>一、引入文件： <br/>代码如下:<br/>&amp;lt;script src=&quot;/js/jquery-1.8.0.min.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/>&amp;lt;script src=&quot;/js/store.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/>&amp;lt;script src=&quot;/js/jquery.resizableColumns.js&quot; type=&quot;text/javascript&quot;&amp;gt;&amp;lt;/script&amp;gt; <br/><br/>二、TABLE <br/>代码如下:<br/>&amp;lt;table id=&quot;myTable&quot; border=&quot;1&quot;&amp;gt; <br/>&amp;lt;thead&amp;gt; <br/>&amp;lt;tr&amp;gt; <br/>&amp;lt;th data-resizable-column-id=&quot;a&quot;&amp;gt;&amp;lt;input type=&quot;checkbox&quot; /&amp;gt;&amp;lt;/th&amp;gt; <br/>&amp;lt;th data-resizable-column-id=&quot;b&quot;&amp;gt;栏目类型 &amp;lt;/th&amp;gt; <br/>&amp;lt;th data-resizable-column-id=&quot;c&quot;&amp;gt;活动名称 &amp;lt;/th&amp;gt; <br/>&amp;lt;th data-resizable-column-id=&quot;d&quot;&amp;gt;状态 &amp;lt;/th&amp;gt; <br/>&amp;lt;th data-resizable-column-id=&quot;e&quot;&amp;gt;操作选项&amp;lt;/th&amp;gt; <br/>&amp;lt;/tr&amp;gt; <br/>&amp;lt;/thead&amp;gt; <br/>&amp;lt;tbody&amp;gt; <br/>&amp;lt;tr&amp;gt; <br/>&amp;lt;td&amp;gt;&amp;lt;input type=&quot;checkbox&quot; /&amp;gt;&amp;lt;/td&amp;gt; <br/>&amp;lt;td&amp;gt;青春日记&amp;lt;/td&amp;gt; <br/>&amp;lt;td&amp;gt;2014年度青春日记征文 &amp;lt;/td&amp;gt; <br/>&amp;lt;td&amp;gt;提交 &amp;lt;/td&amp;gt; <br/>&amp;lt;td&amp;gt;审核&amp;lt;/<br/><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1130&amp;Page=1">[&lt;&lt;]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1130&amp;Page=1">[[1]]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1130&amp;Page=2">[2]</a><a href="http://camnpr.com/wap.asp?mode=WAP&amp;act=View&amp;id=1130&amp;Page=2">[&gt;&gt;]</a><br/>
<br/>
<a href="wap.asp?act=Com&amp;id=1130">查看评论(0)</a><br/>
<a href="wap.asp?act=AddCom&amp;inpId=1130">发表评论</a><br/><br/>

<br/>

<br/>
<a href="http://camnpr.com/wap.asp">首页</a>
</p>
</card>
</wml>