jquery.noty
2.3.5
dotnet add package jquery.noty --version 2.3.5
NuGet\Install-Package jquery.noty -Version 2.3.5
<PackageReference Include="jquery.noty" Version="2.3.5" />
paket add jquery.noty --version 2.3.5
#r "nuget: jquery.noty, 2.3.5"
// Install jquery.noty as a Cake Addin #addin nuget:?package=jquery.noty&version=2.3.5 // Install jquery.noty as a Cake Tool #tool nuget:?package=jquery.noty&version=2.3.5
noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)
The notifications can be positioned at the :
top - topLeft - topCenter - topRight - center - centerLeft - centerRight - bottom - bottomLeft - bottomCenter - bottomRight
There are lots of other options in the API to customise the text, animation, speed, buttons and much more.
It also has various callbacks for the buttons, opening closing the notifications and queue control.
Learn more about Target Frameworks and .NET Standard.
-
- jQuery (>= 1.8.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on jquery.noty:
Package | Downloads |
---|---|
NotyMVC
This package uses the latest version of Noty (jQuery) and TempData request to "queue" up a message that will automatically be presented to the user upon redirection. With a simple extension method (.WithNotification()) you can give great user feedback with minimal effort. In addition, you have access to a javascript method "ShowNotification" which follows the same defaults as the extension method. All you need to do is add Html.Partial("NotyNotifications") to your layout file(s) and your all set. For the best experience, add the reference to you Shared Layout (master) page and never worry about it again! |
|
CMS.Web
Description |
GitHub repositories
This package is not used by any popular GitHub repositories.