【问题标题】:jQuery plugin to move a table row from one table to another tablejQuery插件将表格行从一个表移动到另一个表
【发布时间】:2013-04-24 11:52:43
【问题描述】:

有谁知道一个 jQuery 插件,我可以在其中将表格行从一个表格移动到另一个表格?我知道可以使用 ConnectedLists 进行排序,但我不想拖动,只需使用方法移动对象。

【问题讨论】:

    标签: jquery jquery-ui-sortable jquery-ui-draggable jquery-ui-droppable


    【解决方案1】:

    这适用于 jQuery。 只需使用

    tr.appendTo('#otherTable')
    

    tr.prepend('otherTR')
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-18
      • 2016-03-22
      • 2020-10-29
      • 1970-01-01
      • 2015-04-15
      相关资源
      最近更新 更多