サンプル フィドルを参照してください
検索ボックスにサンプル コードのいずれかを入力すると、結果が jQuery UI ダイアログに表示されます。
最初の例は006です。
これがコードです...
if (ccode == 006) {
sarcomment = '006';
sardefinition = 'If you need to make corrections to your information, you may either make them online at www.fafsa.gov, or by using this SAR. You must use your Federal Student Aid PIN to access your record online. If you need additional help with your SAR, contact your school’s financial aid office or visit www.fafsa.gov and click the “Help” icon on the FAFSA home page. If your mailing address or e-mail address changes, you can make the correction online or send in the correction on your SAR. ';
saractionneeded = 'N/A';
}
その直後に、コード030のコードが表示されます。
これがコードです...
if (ccode == 030) {
sarcomment = '030';
sardefinition = 'We are unable to read all of the information on your FAFSA or SAR because it was damaged. Please review all of the items on this SAR and make any corrections as needed.';
saractionneeded = 'N/A';
}
コード 006 と 030 の設定は同じです。ここで学んだことは、0 (ゼロ) で終わるこれらの検索条件を作成すると、未定義のクエリになるということです。
これを解決する方法がわからず、あなたの助けを求めています.