Answers
用.on
https://api.jquery.com/on/
$("#test").on('change', function() {
alert('ok');
});
sunir
answered 11 years ago
用.on
https://api.jquery.com/on/
$("#test").on('change', function() {
alert('ok');
});