27
Xóa <input type = 'file' /> bằng jQuery
Có thể xóa <input type='file' />giá trị kiểm soát với jQuery không? Tôi đã thử như sau: $('#control').attr({ value: '' }); Nhưng nó không hoạt động.
549
javascript
jquery
html
file-io
forms