Created
November 14, 2012 14:58
-
-
Save toddself/4072579 to your computer and use it in GitHub Desktop.
dummy js app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
// get info about this page somehow | |
// this is, by the way, a dumb way to do this | |
$('head').append($(document.createElement('og:description')) | |
.html('This page kicks some major butt')); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment