I have an form, and I need to hide on a certain action hide all the upload forms. How can I do this in jQuery? Thanks!
<h2>Please fill in the file-upload form below</h2>
<form action="fup.cgi" enctype="multipart/form-data" method="POST">
File to upload:
<input type="file" name="upfile">
<br>
Notes about the file:
<input type="text" name="note">
<br>
<br>
<input type="submit" value="Press">
to upload the file!
</form>
<hr>
Something like this should word: