Skip to content

Instantly share code, notes, and snippets.

@krazylegz
Forked from nicksatkovich/gist:2161808
Created March 22, 2012 19:00
Show Gist options
  • Select an option

  • Save krazylegz/2161820 to your computer and use it in GitHub Desktop.

Select an option

Save krazylegz/2161820 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function() {
noty({"text":"Hi!","layout":"top","type":"error","textAlign":"center","easing":"swing","animateOpen":{"height":"toggle"},"animateClose":{"height":"toggle"},"speed":"500","timeout":false,"closable":true,"closeOnSelfClick":true});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment