php - IE系列浏览器不能兼容jQuery版的change如何解决,有代码,求指点
PHPz
PHPz 2017-04-10 14:42:24
0
1
353
jQuery(function(){
  jQuery("#upload").change(function(){
    jQuery('#uploadForm').submit();
  })
})

在ff 和chrome下都能触发事件,但是IE仍然无动于衷

PHPz
PHPz

学习是最好的投资!

membalas semua(1)
Ty80

用.on
https://api.jquery.com/on/

$("#test").on('change', function() {
    alert('ok');
});
Muat turun terkini
Lagi>
kesan web
Kod sumber laman web
Bahan laman web
Templat hujung hadapan