Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged http
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
Make a simple XHR Request:
get(url, function(resp)(){ window.alert(resp); });
Source is minified.
0
961
posted 10 years ago by geneticcode
this funciton returns an XMLHttpRequest object for use in ajax pages
1
858
posted 15 years ago by jlvallelonga
« Prev 1 Next »