Profile

Achievement

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

1man's Recent SnippetsTagged ajax



« Prev 1 Next »
Handy little snippet i found in 'jquery enlightenment' for caching certain selected files. Could be useful for larger files later on in a site.
1 979 posted 14 years ago by 1man
Very simple example of pulling in a JSON feed from Yahoo pipes using jQuery.
0 920 posted 14 years ago by 1man
Simply replaces the div's innerHTML with the response text received from the file.
3 1294 posted 17 years ago by 1man
The simple form that calls the searchYahoo function.
1 841 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 845 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 877 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 780 posted 17 years ago by 1man
Simple Ajax POST request using the getHTTPObject function.
2 702 posted 17 years ago by 1man
2 721 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 913 posted 17 years ago by 1man
« Prev 1 Next »