Skip to content

Lightweight ( < 0.5 KB ) cross domain JSON ajax request (JSONP) library.

Notifications You must be signed in to change notification settings

GovindMalviya/IAJSONP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

IAJSONP

Lightweight cross domain JSON request (JSONP) library.

Example code :


<script type="javascript/text">
IAJSONP.get("http://graph.facebook.com/http:///www.google.com",function(data){
  alert(data.shares);
});
</script>

About

Lightweight ( < 0.5 KB ) cross domain JSON ajax request (JSONP) library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published