Selaa lähdekoodia

解决bug4436 【PC长处方】随访记录,症状项问题

raolu 7 vuotta sitten
vanhempi
commit
7f8b4e0cab
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      js/buz/followup/questionaires.js

+ 4 - 0
js/buz/followup/questionaires.js

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