Hi everyone,
Good day,
i’ve problem to update input value after submit ajax form (you can see : http://yiiplayground.com/index.php?r=AjaxModule/ajax/ajaxRequest)
[i]
normally from http://yiiplayground.com/index.php?r=AjaxModule/ajax/ajaxRequest) just can update <div></div> with spesific id[/i]
- After submit :
<?php
echo CHtml::ajaxSubmitButton(
'Submit',
array('listFile/getPrice'),
array(
'update'=>'#priceBook',
)
);
?>
- i want to update other form field
<input name="priceBook" id="priceBook" type="text" value="">
how to fix this?
thanks for advice