jquery ui sortable 实现table,row的拖动。(Make Table Rows Sortable Using jQuery UI Sortable)

// Return a helper with preserved width of cells var fixHelper = function(e, ui) { //console.log(ui) ui.children().each(function() { $(this).width($(this).width()); //在拖动时,拖动行的cell(单元格)宽度
相关文章
相关标签/搜索