for(var i=0; i<participantNum; i++){
studentID = $('#txtID'+(i+1)).val();
alert(studentID);
//my php function call it's work normally request(php,paramiter,cb)
request("http://localhost/lastOrientation/2_registerValidate.php","studentID="+studentID,validateID);
}
forループとCALL phpスクリプトで各テキストボックスから値を取得して、学生IDを検証します
しかし、結果はランダムに出てきます。forループからインクリメントする順序で並べ替えられていません
、ちなみにすべての結果が出ます。ajaxリクエストが原因であることは承知していますが、アドバイスをいただけますか
ループの方法で結果の順序を取得する方法。
少し早いですがお礼を
私の言葉でごめんなさい。