jq 监听 input、textarea 输入

	$(document).on("input propertychange",".class",function(){
    	// 后续操作
    });

你可能感兴趣的:(Javascript)