I try to follow the guide from yii wiki about ajax and javascript. Unfortunately, it is too complex to understand or able to run. Anyone has another sample that able to perform ajax + javascript on yii please send me ones, thank
.
What I want is client-side send to test.php a variable aValue. It process and send back $responseData to client-side, then from there it will execute callback function if the data successfully passed: aFunction(responseData).

What I want is client-side send to test.php a variable aValue. It process and send back $responseData to client-side, then from there it will execute callback function if the data successfully passed: aFunction(responseData).