How to clear a file input using jQuery?
var input = $("#control");
function something_happens() {
input.replaceWith(input.val('').clone(true));
};
by Subbu ·
Tags: How to clear a file input using jQuery
by Subbu · Published March 21, 2013
by Subbu · Published June 13, 2013 · Last modified June 29, 2013
by Subbu · Published April 16, 2013
More