ajaxStandAlone:避免在任何地方使用Jquery的独立ajax库
#独立的ajax库。运行npm install然后gulp以获得缩小版本。 #用途###阿贾克斯Ajax ( { type : "POST/GET" , url : url , data : data , success : success , dataType : dataType } ) ; #####邮政Ajax . post ( 'myURL.html' , { "data" : "Data" } , function ( data ) { console . log ( data ) ; } ) ; #####得到Ajax . get ( 'myURL.html' , function ( myData ) { console . log ( myData ) ; } , 'json' ) ; #####getJSO
文件列表
ajaxStandAlone-master.zip
(预估有个8文件)
ajaxStandAlone-master
example
index.html
108B
example.js
534B
data.json
22B
gulpfile.js
257B
README.md
541B
.gitignore
30B
index.js
7KB
package.json
409B
暂无评论