Skip to content

Commit 71468d4

Browse files
authored
Update example.php
1 parent 28c8b0a commit 71468d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/example.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected function grid()
4545
* url 弹窗页地址
4646
* xhr_url 表单提交地址
4747
* method 提交方式 POST PUT GET ...
48-
* callback ajax请求回调函数
48+
* callback ajax请求回调js函数 (字符串方式书写)
4949
* function(response){
5050
* alert(response);
5151
* }
@@ -58,7 +58,7 @@ protected function grid()
5858
* url 弹窗页地址 {id}反向匹配当前行id
5959
* xhr_url 表单提交地址 {id}反向匹配当前行id
6060
* method 提交方式 POST PUT GET ...
61-
* callback ajax请求回调函数
61+
* callback ajax请求回调js函数 (字符串方式书写)
6262
* function(response){
6363
* alert(response);
6464
* }

0 commit comments

Comments
 (0)