/ Published in: JavaScript

Make a simple XHR Request:
get(url, function(resp)(){ window.alert(resp); });
Source is minified.
get(url, function(resp)(){ window.alert(resp); });
Source is minified.
Comments
