网查添加和查询
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -121,7 +121,7 @@ | ... | @@ -121,7 +121,7 @@ |
| 121 | } | 121 | } |
| 122 | ); | 122 | ); |
| 123 | 123 | ||
| 124 | $('.table_search').on('change', function () { | 124 | $('.table_search').on('keyup', function () { |
| 125 | search = $(this).val(); | 125 | search = $(this).val(); |
| 126 | column = $(this).attr('column'); | 126 | column = $(this).attr('column'); |
| 127 | 127 | ... | ... |
-
Please register or sign in to post a comment