Profile

Achievement

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

1man's Recent SnippetsTagged data



« Prev 1 Next »
Very useful snippet to link elements together.
0 773 posted 12 years ago by 1man
Simple markup example in YAML.
0 670 posted 15 years ago by 1man
I didn't realise until now you could do this in jQuery, very useful. Store a value for later use, then remove it.
4 711 posted 15 years ago by 1man
The important thing to notice is the () operator in a[2]. It is invoking the function inside a[0] with the argument a[1].
1 635 posted 16 years ago by 1man
Basic layout for the data contained in a JSON file.(JavaScript Obsect Notation).
1 581 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 844 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 874 posted 17 years ago by 1man
« Prev 1 Next »