Skip to content

Instantly share code, notes, and snippets.

@oclockvn
Created April 10, 2015 14:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oclockvn/d7869698731fb4d04a34 to your computer and use it in GitHub Desktop.
Save oclockvn/d7869698731fb4d04a34 to your computer and use it in GitHub Desktop.
@section scripts {
<script>
$(document).ready(function(){
toastr.options = {
"closeButton": true
};
$('.btn-info').click(function(){
toastr.info('Hello World!','Title' );
});
});
</script>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment