Skip to content

Instantly share code, notes, and snippets.

@nicksatkovich
Created March 22, 2012 18:58
Show Gist options
  • Select an option

  • Save nicksatkovich/2161808 to your computer and use it in GitHub Desktop.

Select an option

Save nicksatkovich/2161808 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(document).ready(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