jq 監聽input值的變化

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

同時監聽input與propertychangethis

相關文章
相關標籤/搜索