Skip to content

Instantly share code, notes, and snippets.

@vansosnin
Created June 10, 2015 09:25
Show Gist options
  • Save vansosnin/784d527321f6ba938bc7 to your computer and use it in GitHub Desktop.
Save vansosnin/784d527321f6ba938bc7 to your computer and use it in GitHub Desktop.
Clear input[type="file"]
var input = $("#control");
function something_happens() {
input.replaceWith(input.val('').clone(true));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment