Profile
Achievement
1man's Recent SnippetsTagged ajax
- All /
« 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
1258
posted 14 years ago by 1man
Very simple example of pulling in a JSON feed from Yahoo pipes using jQuery.
0
1208
posted 15 years ago by 1man
Simply replaces the div's innerHTML with the response text received from the file.
3
1533
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
1071
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
1092
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
998
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
1132
posted 17 years ago by 1man