I have a form input (type='file') that I'm styling using this JQuery plugin. Basically it overlies a new span over the input element as a mask of sorts and boxes it all up in a div. The issue is that, for the second before the javascript loads, it displays the standard html input box and button (unsightly). My question is whether there is any to either
1) Hide the input element (while keeping it's clickable functionality)
OR
2) Hide the input element until the javascript kicks in to cover it up.
OR
3) Something that I haven't even thought of.
Thanks in advance!