Skip to content

Instantly share code, notes, and snippets.

@jessebeach
Created April 15, 2013 01:04
Show Gist options
  • Select an option

  • Save jessebeach/5384977 to your computer and use it in GitHub Desktop.

Select an option

Save jessebeach/5384977 to your computer and use it in GitHub Desktop.
<script>
// Multiple calls will concatenate.
Drupal.announce(
Drupal.t('Freegan before they sold out polaroid')
);
Drupal.announce(
Drupal.t('pitchfork letterpress polaroid four loko')
);
Drupal.announce(
Drupal.t('Cardigan cosby sweater fanny pack')
);
Cardigan cosby sweater fanny pack
</script>
<div id="drupal-live-announce" class="element-invisible" aria-live="polite" aria-busy="false">
Freegan before they sold out polaroid. pitchfork letterpress polaroid four loko. Cardigan cosby sweater fanny pack
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment