obtener valor de lista desplegable con ajax + Yii
AUTOR PREGUNTA #1
-
1 personas más tuvieron esta duda Yo también
Esto también te interesa!
PREGUNTAS SIMILARES
#2
<form> <?php echo CHtml::listBox('field', '', $fieldData, array('ajax' => array( 'type' => 'POST', 'url' => Controller :: createUrl($controllerAction), 'dataType'=>'json', 'success'=>'function(data) { console.log(data) }' ), ) ); ?>