31,588
Downloads
1,904
Downloads of v 1.3.0
2013-05-09
Last update
toastr
1.3.0
3 Easy Steps:
(1) Link to toastr.css
(2) Link to toastr.js
(3) Use toastr to display a toast for info, success, warning or error
// Display an info toast with no title
toastr.info('Are you the 6 fingered man?')
*** For other API calls, see the demo
To install toastr, run the following command in the Package Manager Console
PM> Install-Package toastr
Release Notes
Added onFadeIn and onFadeOut callbacks.
toastr.options.onFadeIn = function() { console.log('hello'); }
Added option <code>newestOnTop</code> to show toasts in oldest or newest first order.
toastr.options.newestOnTop = false;
Fixed margins on full width toasts
Added LESS file.
Added min file for JS and CSS
Added missing vendor prefixes in CSS.
Various minor bug fixes.
Added unit tests for new features.
Owners
Authors
Copyright
Copyright © 2012 Hans Fjällemark & John Papa.
Tags
Dependencies
-
- jQuery (≥ 1.6.3)
Version History
| Version | Downloads | Last updated |
|---|---|---|
| toastr 1.3.0 | 1904 | Thursday, May 09 2013 |
| toastr 1.2.2 | 11814 | Friday, March 01 2013 |
| toastr 1.1.4.2 | 2520 | Tuesday, February 05 2013 |
| toastr 1.1.3 | 773 | Saturday, February 02 2013 |
| toastr 1.1.2 | 3244 | Monday, December 24 2012 |
| toastr 1.1.1 | 3509 | Thursday, November 08 2012 |
| toastr 1.0.3 | 836 | Thursday, November 08 2012 |
| toastr 1.0.2 | 3695 | Wednesday, July 25 2012 |
| toastr 1.0.1 | 56 | Monday, July 23 2012 |
| toastr 1.0.0 | 213 | Sunday, May 13 2012 |
| toastr 1.0.0-beta3 | 27 | Wednesday, May 02 2012 |
| toastr 1.0.0-beta | 14 | Tuesday, May 01 2012 |