Skip to content

plugn/jsonp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

JSONP simple utility

	jsonp({
		url: '//domain.tld/path',
		success: function (response) {
			console.log(response);
		},
		cbParamName: 'jsonp', // will be passed to server as callback='jsonp' URL-param
		cbName: 'globalJsonPVarName' // will be used as a prefix for callbacks naming in global scope
	});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published