0
我想讓提交按鈕在點擊後消失,並在其位置顯示一個新圖層。隱藏提交按鈕並在提交後顯示圖像
這是我到目前爲止有:當我點擊提交,沒有顯示/隱藏,沒有形成動作
<div id=uploadform>
<form enctype="multipart/form-data" action='' method='POST'>
<input type="file" name="imagefile" class=browse>
<p><input type='submit' value='Upload' class=uploadsubmit onClick="if($(this).('#loading').css('display') == 'none') { $(this).('#loading').show('fast'); $(this).hide('fast'); } return false;">
<input type='hidden' value='1' name='submitted' />
</form>
</div>
<div id=loading style="display:none;"><img src=upload.gif></div>
什麼也沒有發生。
我該怎麼辦? (使用最新版本的jQuery)
非常感謝!我想出了($ this)部分(duh,lol),但返回部分對我來說是新聞。感謝你的寶貴時間。 – mrpatg 2009-11-01 15:02:18