首页 > web前端 > js教程 > JQuery-tableDnD 拖拽的基本使用介绍_jquery

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

WBOY
发布: 2016-05-16 17:30:24
原创
1348 人浏览过
在页面上导入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


   


相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板