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