0
我在頁面上使用不同的ID有幾種形式,我想知道哪些是提交和它的ID。我怎樣才能做到這一點?識別使用JQuery提交的表單
//stop all forms from submitting and submit the real (hidden) form#order
$('form:not(#order)').submit(function(event) {
event.preventDefault();
上述停止所有形式提交,我會把像在有條件的說,如果這種形式,那麼這樣做等
讚賞任何幫助。
感謝所有