$(document).ready(function(){$("#fulltext-keyword").on("keyup change",function(){var e=$(this).val();$("#thread-keyword").val(e)});});