jquery.noty 2.2.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package jquery.noty --version 2.2.0
NuGet\Install-Package jquery.noty -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="jquery.noty" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jquery.noty --version 2.2.0
#r "nuget: jquery.noty, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install jquery.noty as a Cake Addin
#addin nuget:?package=jquery.noty&version=2.2.0

// Install jquery.noty as a Cake Tool
#tool nuget:?package=jquery.noty&version=2.2.0

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.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
2.3.5 113,536 5/12/2015
2.2.6 15,377 9/14/2014
2.2.5 5,157 5/30/2014
2.2.0 15,571 12/11/2013
2.1.2 2,911 11/27/2013
2.1.0 6,540 8/23/2013
2.0.3 9,090 3/21/2013

•noty is not forcing you to include theme.js now. If your theme-name doesn't have a equal theme.js; noty will use your theme-name as a css className. Related issues #54 #60 #162
•Packaged and minified versions now available (generated with grunt) #166
•noty v1.0.x options not supported anymore.