I remember reading somewhere you can add a wait or pause in seconds before my Ajax call is fired. Am I right, can someone point me in the right direction? I’ve tried google and the doc’s but have turned up blank.
<?php $form=$this->beginWidget('CActiveForm', array(
'id'=>'job-form',
'enableAjaxValidation'=>true,
)); ?>