检测input值得变化

1.登录或者其他情况当input的发生变化的时候,需要hide一些提示信息

$("#username").on("input propertychange", function(){
    $(".errorInfor").hide();
});

 

posted @ 2018-05-01 17:14  青城倚雪鹤三卿  阅读(168)  评论(0编辑  收藏  举报