! How to use JqueryAjax to transmit values to the controller action method in yii

Source: Internet
Author: User
Help! How to use JqueryAjax in yii to pass values to the controller action method for an afternoon. I am eager for help. I just got in touch with yii. Is there any problem? $. ajax ({type: 'post', url: "/www/index. php? R = home/CkUser ", // help! How to Use Jquery Ajax to transmit values to the controller action method in yii

After an afternoon of tangle, please help me. I just got in touch with yii. what's the problem?
$. Ajax ({
Type: 'post ',
Url: "/www/index. php? R = home/CkUser ", // How should I write this address?

Data: {"name": val },

Success: function (msg ){
Alert ("correct ");
$ ("# Nameinfo" cmd.html (msg );

},

}

);

I want to pass the value to actionCkUser ().
Class HomeController extends Controller {
Public function actionCkUser (){
// Todo

$ Name = Yii: app ()-> request-> getParam ('name ');
Echo $ name. 'BB ';
$ Model = new User;
If ($ name)
{

$ Model-> username = $ name;
$ User = User: model ()-> find ("username = '{$ this-> username }'");
$ Result = '';
If ($ user)
{
$ Result = 'User already exist ';
}
Else
{
$ Result = 'OK ';
}
Return $ result;
}
$ This-> render ('ckuser', array (
'Model' => $ model ));
}

}
Yii Jquery? Share with Ajax: More

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.