ドキュメントの読み込み時に、別のページで以前に選択した値に基づいて追加のフィールドを読み込むフォームがあります。これはすべて JQuery で行われます。今ここにすべてのコードを投稿するのではなく、ここに私がやっていることの基本的なモックアップがあります...
<form>
<input>
<input>
<div id="loadedcontent">
<AJAX loaded inputs on document load>
</div>
<input submit button>
</form>
<script that posts to a PHP file and retrieves the form inputs. They all have ID's. The script also has a form submit listener to process it all.>
問題はフォーム送信のリスナーにあります。以前にロードされた AJAX 要素の ID にアクセスできません。足りないものはありますか?