About Yii jquery

In admin pager,the javascript code of response the delete button is in which files or function.

I want to make some changes about the operation of delete after the user clicks the delete button.

Ask for help

I would avoid editing core files. Instead, configure the class correctly. What class are you referring to?

The delete that is called is in the controller of the view:


public function actionDelete()

You can edit the default action by overriding the CButtonColumn template, see the examples in the comments on this page:

CButtonColumn