jqueryの選択ボックスにPHPの配列の値を渡す方法。jqueryの選択ボックスにPHP配列
iは
$sql_customer = mysql_query("select * from tbl order by customer_name");
while($row_customer = mysql_fetch_array($sql_customer)){
$customer_arr[$row_customer['id']] = $row_customer['customer_name'];
}
ような試みとJSONエンコードされた値としてのjQueryに渡す
するvar customerarray =。
var seloption = '';
$.each(customerarray, function (i, elem) {
seloption += '<option value="'+customerarray[i]+'">'+customerarray[i]+'</option>';
});
どのように私はそれがcutomerのid.Tryある配列のキーが含まれているとして、今その取得した顧客名