jGrowl 1.2.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package jGrowl --version 1.2.10
NuGet\Install-Package jGrowl -Version 1.2.10
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="jGrowl" Version="1.2.10" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add jGrowl --version 1.2.10
#r "nuget: jGrowl, 1.2.10"
#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 jGrowl as a Cake Addin
#addin nuget:?package=jGrowl&version=1.2.10

// Install jGrowl as a Cake Tool
#tool nuget:?package=jGrowl&version=1.2.10

jGrowl is a jQuery plugin that raises unobtrusive messages within the browser, similar to the way that OS X's Growl Framework works. The idea is simple, deliver notifications to the end user in a noticeable way that doesn't obstruct the work flow and yet keeps the user informed.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.6.1 97,256 12/21/2016
1.4.6 1,149 12/21/2016
1.4.0 15,136 10/25/2014
1.3.0 3,258 9/7/2014
1.2.13 12,255 2/5/2014
1.2.10 12,079 2/18/2013

* Changes in 1.2.10
* - Fix beforeClose to be called in click event
*
* Changes in 1.2.9
* - Fixed BC break in jQuery 2.0 beta
*
* Changes in 1.2.8
* - Fixes for jQuery 1.9 and the MSIE6 check, note that with jQuery 2.0 support
*   jGrowl intends to drop support for IE6 altogether
*
* Changes in 1.2.6
* - Fixed js error when a notification is opening and closing at the same time
*
* Changes in 1.2.5
* - Changed wrapper jGrowl's options usage to "o" instead of $.jGrowl.defaults
* - Added themeState option to control 'highlight' or 'error' for jQuery UI
* - Ammended some CSS to provide default positioning for nested usage.
* - Changed some CSS to be prefixed with jGrowl- to prevent namespacing issues
* - Added two new options - openDuration and closeDuration to allow
*   better control of notification open and close speeds, respectively
*   Patch contributed by Jesse Vincet.
* - Added afterOpen callback.  Patch contributed by Russel Branca.
*
* Changes in 1.2.4
* - Fixed IE bug with the close-all button
* - Fixed IE bug with the filter CSS attribute (special thanks to gotwic)
* - Update IE opacity CSS
* - Changed font sizes to use "em", and only set the base style