SyntaxFix
Write A Post
Hire A Developer
Questions
Actually, I found out a really easy method for this, which is:
$('#fileinput').show().trigger('click').hide();
This way, your file input field can have the css property display on none and still win the trade :)