「TableToWiki」の編集履歴(バックアップ)一覧はこちら

TableToWiki」(2014/08/25 (月) 00:53:38) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

#divid(input){ |A|B|あ|い| |A|B|あ|い| } #divid(output){ 出力先 } #js(){{ $(function(){ $("#output").text("開始"); var text = ""; $("#input table tr").each(function(){ $("#output").text("途中"); var tds = []; $(this).find("td").each(function(){ tds.push($(this).html()); }); text = text + "|"+tds.join("|")+"|¥n"; }); $("#output").html(text); }); }}
#divid(input){ |A|B|あ|い| |A|B|あ|い| } #divid(output){ 出力先 } #js(){{ $(function(){ $("#output").text("開始"); var text = ""; $("#input table tr").each(function(){ $("#output").text("途中"); var tds = []; $(this).find("td").each(function(){ tds.push($(this).html()); }); text = text + "|"+tds.join("|")+"|<br/>"; }); $("#output").html(text); }); }}

表示オプション

横に並べて表示:
変化行の前後のみ表示: