1man


Member since 07/01/2006

Name: Matt Hobbs

Location: London

Website: http://nooshu.com

7 snippets

10645 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet popular snippet:having a snipplet with 20 favorites

1man's Recent JavaScript SnippetsTagged ajax



« Prev 1 Next »
Simply replaces the div's innerHTML with the response text received from the file.
3 1332 posted 17 years ago by 1man
This function allows you to parse a simple XML document(passed to it using this.href on a onclick event). Virtually the same as JSON, the things that have been changed ate labeled !Important.
3 870 posted 17 years ago by 1man
This function is near enough the same as parsing XML. The only things that have changed are the sections marked !important.
3 912 posted 17 years ago by 1man
Very basic grab a line of text from a file then display it in an alert box. Uses other functions for loading prepareLinks() and creating the request.
2 796 posted 17 years ago by 1man
Simple Ajax POST request using the getHTTPObject function.
2 731 posted 17 years ago by 1man
2 748 posted 17 years ago by 1man
This functions allows you to create a new XMLHTTPRequest, it checks to see if the browser supports each method, if not it returns false.
4 936 posted 17 years ago by 1man
« Prev 1 Next »