Info
Version: | 1.0.6 |
Last Update: | Tuesday, December 30, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chadkuehn/JSModel |
NuGet Url: | https://www.nuget.org/packages/jsmodel |
Install
Install-Package jsmodel
dotnet add package jsmodel
paket add jsmodel
jsmodel Download (Unzip the "nupkg" after downloading)
Unfortunately, any client-side changes performed by a user are not reflected in that object. In JavaScript-heavy environments developers will often perform ajax calls to retrieve appropriate markup at any given time. The data passed in the requests needs to be current. This is a simple class that will refresh our model-like object with any DOM changes.
Now, instead of manually re-reading values, or tracking data changes, we have one reliable source for the data that matters to us most.
jQuery is a dependency utilized in this class.