Skip to content

Instantly share code, notes, and snippets.

@dtulig
Created October 18, 2011 01:58
Show Gist options
  • Select an option

  • Save dtulig/1294438 to your computer and use it in GitHub Desktop.

Select an option

Save dtulig/1294438 to your computer and use it in GitHub Desktop.

Revisions

  1. dtulig revised this gist Oct 18, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    >>> var ds = document.getElementById('gallery-image1').dataset;

    >>> ds.author;
    >>> ds.authorName;
    "Dave"

    >>> ds.location;
  2. dtulig revised this gist Oct 18, 2011. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -7,4 +7,4 @@
    "Austin, TX"

    >>> ds.date;
    "August 14, 2011"
    "August 14th, 2011"
  3. dtulig created this gist Oct 18, 2011.
    10 changes: 10 additions & 0 deletions gistfile1.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    >>> var ds = document.getElementById('gallery-image1').dataset;

    >>> ds.author;
    "Dave"

    >>> ds.location;
    "Austin, TX"

    >>> ds.date;
    "August 14, 2011"