Skip to content

Instantly share code, notes, and snippets.

@nateyolles
Created January 21, 2016 07:37
Show Gist options
  • Save nateyolles/5ec76c6832e40335ea8f to your computer and use it in GitHub Desktop.
Save nateyolles/5ec76c6832e40335ea8f to your computer and use it in GitHub Desktop.
AEM Granite UI "foundation ui" adapter notification
var ui = $(window).adaptTo('foundation-ui');
ui.alert('Notification', 'This alert was created using the Granite UI "foundation-ui" adapter', 'notice');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment