you can bind to multiple events by separating them with a space: $(":input").on("keyup change", function(e) { // do stuff! }) docs here.
確定! 回上一頁