Skip to content

Instantly share code, notes, and snippets.

@zerodahero
Created June 16, 2016 13:03
Show Gist options
  • Save zerodahero/e130e4cd8e26f4d30b21ac07f820a36e to your computer and use it in GitHub Desktop.
Save zerodahero/e130e4cd8e26f4d30b21ac07f820a36e to your computer and use it in GitHub Desktop.
Foundation 6 Sites Time Tooltip
// Most likely in app.js
$('time').each(function(){
new Foundation.Tooltip($(this), {tipText: $(this).attr('datetime')});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment