@ -481,5 +481,9 @@ function bindEvents(){
//监听输入框内容变化
$("#question_form").on("keyup", "textarea", function(){
checkBtnEnable();
var text = $(this).val(),
len = text.length,
$p = $(this).siblings();
$p.find(".other-count").text(len);
});
}