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
<PackageReference Include="Geocrest.Web.AjaxAlerts" Version="1.0.3" />
paket add Geocrest.Web.AjaxAlerts --version 1.0.3
#r "nuget: Geocrest.Web.AjaxAlerts, 1.0.3"
// 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.
Learn more about Target Frameworks and .NET Standard.
-
- bootstrap (>= 2.3.2)
- jQuery (>= 1.9.1)
- Microsoft.jQuery.Unobtrusive.Ajax (>= 2.0.30506)
GitHub repositories
This package is not used by any popular GitHub repositories.
#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