Info
Version: | 2.1.1 |
Author(s): | John Papa, Tim Ferrell, Hans Fjällemark |
Last Update: | Friday, March 13, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://toastrjs.com/ |
NuGet Url: | https://www.nuget.org/packages/toastr |
Install
Install-Package toastr
dotnet add package toastr
paket add toastr
toastr Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(1.6.3)
Tags
(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.