Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
非表示の div 内のフィールドを取得するために jquery ajaxForm を停止するにはどうすればよいですか?
ajaxForm が非表示の div フィールドを投稿しない可能性はありますか?
非表示の意味は、表示されていないが送信されているということです。フィールドを送信したくない場合は、disabled="disabled" を追加します。