Skip to content

Instantly share code, notes, and snippets.

@taylorlapeyre
Created July 18, 2014 19:24
Show Gist options
  • Select an option

  • Save taylorlapeyre/a9cf56bc83c9ea19c8fc to your computer and use it in GitHub Desktop.

Select an option

Save taylorlapeyre/a9cf56bc83c9ea19c8fc to your computer and use it in GitHub Desktop.
getStuff = function() {
return {
url: window.location.href,
name: $('.full-name').html(),
title: $('.title').html(),
date: new Date(),
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment