jq 监听input值的变化

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

同时监听input与propertychange

原文地址:https://www.cnblogs.com/xulei1992/p/10224209.html