File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 77
77
- [ 第5步:修改数据新建功能] ( http://127.0.0.1:8020/vue-tutorials/02.Components/Part-2/demo/step05.html )
78
78
- [ 第6步:完整示例] ( http://127.0.0.1:8020/vue-tutorials/02.Components/Part-2/demo/step06.html )
79
79
80
+ ##Ajax
81
+
82
+ 以下示例,在博客中有具体讲解,博客链接:[ Vue.js——基于$.ajax实现数据的跨域增删查改] ( http://www.cnblogs.com/keepfool/p/5648674.html )
83
+ ###基于jquery或zepto的$.ajax示例
84
+
85
+ - [ $.ajax跨域GET示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-get.html )
86
+ - [ $.ajax跨域JSONP示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-jsonp.html )
87
+ - [ $.ajax跨域POST示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-post.html )
88
+ - [ $.ajax跨域PUT示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-put.html )
89
+ - [ $.ajax跨域DELETE示例] ( http://211.149.193.19:8090/vue-tutorials/03.Ajax/jquery-zepto/ajax-cors-delete.html )
You can’t perform that action at this time.
0 commit comments