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
});
-
Notifications
You must be signed in to change notification settings - Fork 1
plugn/jsonp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published