toastr 1.1.2
See the version list below for details.
dotnet add package toastr --version 1.1.2
NuGet\Install-Package toastr -Version 1.1.2
<PackageReference Include="toastr" Version="1.1.2" />
paket add toastr --version 1.1.2
#r "nuget: toastr, 1.1.2"
// Install toastr as a Cake Addin #addin nuget:?package=toastr&version=1.1.2 // Install toastr as a Cake Tool #tool nuget:?package=toastr&version=1.1.2
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
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.6.3)
NuGet packages (39)
Showing the top 5 NuGet packages that depend on toastr:
Package | Downloads |
---|---|
Serenity.Web.Assets
Contains static assets for Serenity web applications |
|
HotTowel.Angular
Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it! Hot Towel Angular creates a great starting point for building a SPA using Angular for data bindings, navigation and UI, and Breeze for data management. Hot Towel Angular also adds pop-up toasts with Toastr, date formatting with Moment, and styling with Twitter Bootstrap. Hot Towel: Because you don't want to go to the SPA without one! * Hot Towel is shown in the SPA with Angular and Breeze course at www.pluralsight.com |
|
HotTowel
Want to build a SPA but can't decide where to start? Use Hot Towel and in seconds you'll have a SPA and all the tools you need to build on it! * Use Hot Towel for ASP.NET MVC * Use Hot Towelette for ASP.NET (no MVC required) Hot Towel creates a great starting point for building a SPA with ASP.NET MVC, Knockout for data bindings, Durandal for navigation and UI, and Breeze for data management. Hot Towel also adds pop-up toasts with Toastr, date formatting with Moment, styling with Twitter Bootstrap, and browser history integration with Durandal.Router. Hot Towel: Because you don't want to go to the SPA without one! * Hot Towel and Hot Towelette are shown in the SPA JumpStart course at www.pluralsight.com |
|
Durandal.Authentication
To get started create a new Web Api project with the authentication set to 'Individual User Accounts' then install this package. This package adds authentication (ASP.NET Identity version 2.0.0) to Durandal 2.0.1 (the Bootstrap 3 starterkit version). The expected version of JQuery is 1.10.2. If you are using another version update the jquery path in App/main.js. If you are using ASP.NET Identity version 1.0.0 please install version 1.7.3 of this package. |
|
JsSite
This is a set of simplest javascript modules that can help to you organize your framework on ASP.NET (MVC). This is just for a begin your js-framework. For example: control DataSource - is loader that can data from web api with pager and it cat make selection. |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on toastr:
Repository | Stars |
---|---|
BlogEngine/BlogEngine.NET
Multi-User ASP.NET Blogging Application
|
|
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
|
|
pnp/PnP-Tools
Scripts and tools for Office 365 and SharePoint - More for IT Pro's
|
|
jongio/AngularJS-WebApi-EF
AngularJS CRUD Grid with WebApi, EF, Bootstrap, Font Awesome & Toastr
|
Version | Downloads | Last updated |
---|---|---|
2.1.1 | 5,650,114 | 3/13/2015 |
2.1.0 | 236,703 | 11/15/2014 |
2.0.3 | 827,491 | 5/17/2014 |
2.0.2 | 33,539 | 4/29/2014 |
2.0.1 | 488,950 | 9/11/2013 |
1.3.1 | 95,373 | 6/4/2013 |
1.3.0 | 30,272 | 5/9/2013 |
1.2.2 | 159,375 | 3/1/2013 |
1.1.4.2 | 23,416 | 2/5/2013 |
1.1.3 | 9,067 | 2/2/2013 |
1.1.2 | 40,255 | 12/24/2012 |
1.1.1 | 30,248 | 11/8/2012 |
1.0.3 | 36,104 | 11/8/2012 |
1.0.2 | 11,877 | 7/25/2012 |
1.0.1 | 2,987 | 7/23/2012 |
1.0.0 | 17,256 | 5/13/2012 |
1.0.0-beta3 | 2,598 | 5/2/2012 |
1.0.0-beta | 2,775 | 5/1/2012 |
Added AMD support (and backwards compat with non AMD), toastr.clear() method clears 1 or all toasts, optionsOverride API to be able to override options for each toast, added onclick callback option which fires when a user clicks the toast. Also cleaned CSS, merged CSS files into 1 file, and reduced jQuery dependency to v1.6.3