У меня есть форма, и мне нужно скрыть по определенному действию скрыть все формы загрузки.Как я могу сделать это в JQuery?Спасибо!
<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>