In many cases we need to submit form using jQuery ajax. Yii has built-in support for this funtionality.
In this blog post i will try to cover this topic.
In the view form section at first we need to call form widget
$form = $this->beginWidget('CActiveForm', array( 'id' => 'formId', 'enableAjaxValidation' => false,));
CActiveForm widget accepts multiple parameters, we will use two of
Date: March 3, 2015, 4:21 pm
Author: Akram Hossain