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

javascript/rmyet - (2017/12/22 (金) 08:21:30) の最新版との変更点

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

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

#js(){{{ <script type="text/javascript"> $(function(){ var removeList = $.map($('textarea[name="source"]').val().split(/\r\n|\n/), $.trim); $('.plugin_yetlist > ul > li').each(function() { var title = $(this).children('a').attr('title'); for (var i = 0; i < removeList.length; i++) { if (removeList[i] == title) { $(this).hide(); return true; } } $(this).append($('<a>').attr('href', '#').text('非表示する').click(function(){ removeList.push($(this).parent().children('a:first-child').attr('title')); $('textarea[name="source"]').val($.grep(removeList, function(e){return e;}).join('\n')); $('form.plugin_memo:eq(0)').submit(); return false; })); }); }); </script> }}}
#js(){{{ <script type="text/javascript"> document.addEventListener('DOMContentLoaded', function() { var removeList = $.map($('textarea[name="source"]').val().split(/\r\n|\n/), $.trim); $('.plugin_yetlist > ul > li').each(function() { var title = $(this).children('a').attr('title'); for (var i = 0; i < removeList.length; i++) { if (removeList[i] == title) { $(this).hide(); return true; } } $(this).append($('<a>').attr('href', '#').text('非表示する').click(function(){ removeList.push($(this).parent().children('a:first-child').attr('title')); $('textarea[name="source"]').val($.grep(removeList, function(e){return e;}).join('\n')); $('form.plugin_memo:eq(0)').submit(); return false; })); }); }); </script> }}}

表示オプション

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