PHP jqueryはonchange送信アクションを実行します。助けてください。

WBOY
リリース: 2016-06-13 12:39:58
オリジナル
1192 人が閲覧しました

onchange 送信アクションを実行する php jquery の問題、助けてください
結果のリストがあり、各列に onchange アクションがありますが、最初の行の onchange のみ操作でき、その他は応答がありません。何が起こっているかを知ってください。

<br>
<?<br />
include("../config.inc.php");<br />
<br />
//ドクタースケジュールリスト開始<br />
$strDoctorTime = "";<br />
if( isset($_REQUEST['Action']) && !empty($_REQUEST['Action']) && ($_REQUEST['Action'] == "setdoctortime") ){<br />
<br />
<br />
$sqlDoctorTime = "sid,doctorid,CONVERT(varchar(100), starttime, 20) を starttime として、CONVERT(varchar(100), endtime, 120) を endtime,duration,createtime,type,operid,status,visits_counts,original_counts として選択します,istrue from gst_scheduling where Doctorid = '".$_REQUEST['doctorid']."' ";<br />
//if ( (isset($_REQUEST['starttime']) && !empty($_REQUEST['starttime'])) && (isset($_REQUEST['endtime']) && !empty($_REQUEST['endtime' ]))) {<br />
// $sqlDoctorTime .= " ";<br />
//}<br />
$sqlDoctorTime .= " SID 記述による順序";<br />
<br />
$resDoctorTime = $SqlDB->Query($sqlDoctorTime);<br />
<br />
$arrDoctorTime = $SqlDB->getRows($resDoctorTime);<br />
<br />
<br />
for($i=0; $i<count($arrDoctorTime); $i ) {<br />
$strSelectStatus = "" //初期数値ソース ドロップダウン値<br />;
$strSelectStatus = "<select name="originalcounts" id="originalcounts">";<br>
$strSelectStatus .= "<option value="1|".$arrDoctorTime[$i]['sid']."" ";<br />
if(trim($arrDoctorTime[$i]['original_counts']) == "1") $strSelectStatus .= ' selected';<br />
$strSelectStatus .= ">1</option>";<br>
$strSelectStatus .= "<option value="2|".$arrDoctorTime[$i]['sid']."" ";<br />
if(trim($arrDoctorTime[$i]['original_counts']) == "2") $strSelectStatus .= ' selected';<br />
$strSelectStatus .= ">2</option>";<br>
$strSelectStatus .= "<option value="3|".$arrDoctorTime[$i]['sid']."" ";<br />
if(trim($arrDoctorTime[$i]['original_counts']) == "3") $strSelectStatus .= ' selected';<br />
$strSelectStatus .= ">3</option>";<br>
$strSelectStatus .= "<option value="4|".$arrDoctorTime[$i]['sid']."" ";<br />
if(trim($arrDoctorTime[$i]['original_counts']) == "4") $strSelectStatus .= ' selected';<br />
$strSelectStatus .= ">4</option>";<br>
$strSelectStatus .= "<option value="5|".$arrDoctorTime[$i]['sid']."" ";<br />
if(trim($arrDoctorTime[$i]['original_counts']) == "5") $strSelectStatus .= ' selected';<br />
$strSelectStatus .= ">5</option>" <div class="clear">;</div>
ログイン後にコピー
関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート