Geocrest.Web.AjaxAlerts 1.0.3

dotnet add package Geocrest.Web.AjaxAlerts --version 1.0.3
NuGet\Install-Package Geocrest.Web.AjaxAlerts -Version 1.0.3
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="Geocrest.Web.AjaxAlerts" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Geocrest.Web.AjaxAlerts --version 1.0.3
#r "nuget: Geocrest.Web.AjaxAlerts, 1.0.3"
#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 Geocrest.Web.AjaxAlerts as a Cake Addin
#addin nuget:?package=Geocrest.Web.AjaxAlerts&version=1.0.3

// Install Geocrest.Web.AjaxAlerts as a Cake Tool
#tool nuget:?package=Geocrest.Web.AjaxAlerts&version=1.0.3

Provides some functionality for displaying Bootstrap alert messages when working with jQuery Ajax methods and, in particular, ASP.NET MVC Ajax forms.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 341 11/18/2014
1.0.2 593 11/12/2014
1.0.1 82 10/22/2014

#v1.0.3 (2014-11-17)
- update build process to support Dojo AMD loader
- add `alert-danger` to result
- change file names

#v1.0.2 (2014-11-12)
- parse validation controls after request completes
- add error styles for email and textareas (bootstrap 3)
- include docs
- add changelog
- ignore nuspec and jsdoc configurations for bower
- add dist folder for bower
- remove minified versions from src

#v1.0.1 (2014-10-21)
- Initial public release