MVVM javascript template

Can anyone share me code or example MVVM patternin JavaScript without Knockout.js. I want to implement the MVVM pattern in my project, but without using it Knockout.js.

Update

The application I'm working with is not Web based and has a usage limit for Knockout.js. I liked the template anyway, but for implementation I need a better example of JS.

+3
source share
1 answer

Microsoft has an example that uses jQuery. (found by a quick google search). You can share why you don't want Knockout.js so people can post an example that is more useful for your needs.

+1
source

All Articles