Info
Version: | 1.0.8 |
Author(s): | Farouk Elkhabbaz |
Last Update: | Monday, November 2, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dynamicmodal.com/ |
NuGet Url: | https://www.nuget.org/packages/DynamicModal |
Install
Install-Package DynamicModal
dotnet add package DynamicModal
paket add DynamicModal
DynamicModal Download (Unzip the "nupkg" after downloading)
Dependencies
- jQuery(>= 2.2.1)
- jQuery.Validation(>= 1.17.0)
- Microsoft.jQuery.Unobtrusive.Ajax(>= 3.2.6)
- Microsoft.jQuery.Unobtrusive.Validation(>= 3.2.11)
Tags
the modal will load a Partial View as ajax request and convert your forms submit methods to Ajax submit automatically, on load callback function can be passed as parameter, in addition to after submit callback function can be passed.
After submitting a form you can return a partial view that will partially replace the content of a placeholder id passed as parameter.