<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>表格列自由拖动排序js代码</title>
<link href="css/columnDrag.css?3.1.64" rel="stylesheet" type="text/css">
</head>
<body>[removed][removed]
<h1 class="datouwang">jQuery表格列自由拖动排序</h1>
<div id="chenkbox">
<table id="tableSort">
<tr>
<th title="点击排序"> 序列 </th>
<th title="点击排序"> 名称 </th>
<th title="点击排序"> 数量 </th>
<th title="点击排序"> 单价(Q点) </th>
<th title="点击排序"> 总计(Q点) </th>
</tr>
<tr>
<td>1</td>
<td>农场话费A</td>
<td>2</td>
<td>50</td>
<td>100</td>
</tr>
一款非常不错的表格列自由拖动排序js代码,单击鼠标长按表格列自由拖动排序,互换列排序代码,点击表格头部支持表格数据升降大小排序效果。