1
我有一個表格,我需要隱藏某個動作隱藏所有的上傳表格。我怎麼能在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>