ereddate / jsonp

jsonp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsonp

jsonp

jsonp("http://aaa.aa.com//forapp/aaa.jsp", false, {
					callback: "cb",
					timeout: 3000
				}).done(function(result){
					...
				}, function(error){
					...
				});

About

jsonp


Languages

Language:JavaScript 100.0%