Update input value drom CHtml::ajaxSubmitButton

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]

  1. After submit :



      <?php

          echo CHtml::ajaxSubmitButton(

             'Submit',

             array('listFile/getPrice'),

             array(

             'update'=>'#priceBook',

              )

             );

      ?>



  1. i want to update other form field



<input name="priceBook" id="priceBook" type="text" value="">



how to fix this? :)

thanks for advice