Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend Form で従属ドロップダウン (選択) を作成する方法を知っていますか? つまり、国と都市の 2 つのドロップダウンです。都市は、国が選択された場合にのみ入力されます。ありがとう
zend要素(国)では、属性を追加する必要があります
'onchange' => 'fillCityBox(this.value)'
この関数 ( fillCityBox) は、ajax を使用して都市のドロップダウンを埋めます。
fillCityBox