我正在使用这个
echo $this->Js->submit("Send", array(
'before'=>$this->Js->get('#sending')->effect('fadeIn'),
'success'=>$this->Js->get('#sending')->effect('fadeOut'),
'update'=>'#success'
));
这是在 index.ctp 中,并且 onclick 它转到控制器中的索引操作。但我希望它采取不同的行动。我是怎么做到的。谢谢