include > preタグ追加

「include/preタグ追加」の編集履歴(バックアップ)一覧はこちら

include/preタグ追加」(2013/08/12 (月) 17:58:30) の最新版変更点

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

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

#js(){{ <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("div.pre").each(function(){ $(this).html($(this).text()); $(this).wrap("<pre class='brush: html'/>"); }); }); </script> }}
#js(){{ <script type="text/javascript"> $(function(){ $("div.pre").each(function(){ $(this).html($(this).text()); $(this).replaceWith($("<pre class='brush: html'/>").text($(this).text())) }); }); </script> }}

表示オプション

横に並べて表示:
変化行の前後のみ表示:
|新しいページ |検索 |ページ一覧 |RSS |@ウィキご利用ガイド |管理者にお問合せ
|ログイン|