jq 监听input值的变化

$(".popWeiXing .name").bind("input propertychange", function() {
            modValue.diyData.name = $(this).val(); 
        });

同时监听input与propertychangethis

相关文章
相关标签/搜索