国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

javascript - under ie8 jquery input file 無值
天蓬老師
天蓬老師 2017-05-19 10:16:37
0
1
836

Under IE8, use jquery1.12.4 to listen to the change event <input type="file" id="logo"/> Unable to obtain the value.


$('#logo').on('change', function () {
    var files = $(this).prop('files');
    console.log(files); // undefined
});
天蓬老師
天蓬老師

歡迎選擇我的課程,讓我們一起見證您的進步~~

reply all(1)
我想大聲告訴你

Try this.files directly

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template