Tutorial Clear a File Input

by in , 08 Mar 2014 0

You can just clone it and replace it with itself, with all events still attached.

var input = $("#control");

function something_happens() {
    input.replaceWith(input.val('').clone(true));
};






Leave a Reply