this my code
<?php $this->widget('zii.widgets.jui.CJuiAutoComplete', array( 'name' => 'shipper_id', 'sourceUrl' => array('Shipper/shipperautocom'), 'value' =>$model->shipper_id, 'options' => array( 'showAnim' => 'fold', 'select' => 'js:function(event, ui){ jQuery("#Booking_shipper_id").val(ui.item["id"]); $("#shipper_info").html("<b>Address1:</b> "+ui.item.address1); }' ), )); echo $form->hiddenField($model,'shipper_id'); ?>
hope all of you will reply me soon!! thanks
