| Revision | 2505 (tree) |
|---|---|
| Time | 2023-01-26 14:55:45 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -1,6 +1,6 @@ | ||
| 1 | 1 | $(function() { |
| 2 | 2 | $('#datalabel').text($('#datatype').children(':selected').text()); |
| 3 | - $('input.checkAll').click(function() {$(this).closest('table').find('input:checkbox[name=Ignore]').attr('checked', this.checked);}); | |
| 3 | + $('input.checkAll').click(function() {$(this).closest('table').find('input[type=checkbox][name=Ignore]').attr('checked', this.checked);}); | |
| 4 | 4 | $('button.import').click(function() { |
| 5 | 5 | var len1 = $('#dataFile').text().length; |
| 6 | 6 | var len2 = $('#importFile').val().length; |