「テンプレート:MyCustomWidget」の版間の差分

ページの作成:「<script type="text/javascript"> $(document).ready(function() { $("#searchInput").on("keyup", function() { var value = $(this).val().toLowerCase(); $("#yourTableID tr").filter(function() { $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1) }); }); }); </script>」
(ページの作成:「<script type="text/javascript"> $(document).ready(function() { $("#searchInput").on("keyup", function() { var value = $(this).val().toLowerCase(); $("#yourTableID tr").filter(function() { $(this).toggle($(this).text().toLowerCase().indexOf(value) > -1) }); }); }); </script>」)
(相違点なし)