欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

JQuery-tableDnD 拖拽的基本使用介绍_jquery

程序员文章站 2022-05-22 14:56:52
...
在页面上导入js
复制代码 代码如下:

jquery-1.3.2.min.js
jquery.tablednd_0_5.js
注意:一定要先导入jquery-1.3.2.min.js 否则出错。

·建table
复制代码 代码如下:








1 One some text
2 Two some text
3 Three some text
4 Four some text
5 Five some text
6 Six some text


·插入js代码
复制代码 代码如下:



·ok。
·例子
复制代码 代码如下:

String path = request.getContextPath();
String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/";
pageContext.setAttribute("basePath", basePath);
%>


















1 One some text
2 Two some text
3 Three some text
4 Four some text
5 Five some text
6 Six some text




相关标签: JQuery 拖拽