John Cooper
John Cooper

Reputation: 7651

MVVM pattern javascript

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

Update

The Application i am working is not Web Based and has limitation of using Knockout.js. I liked the pattern anyway, but to implement i need a better pure JS example.

Upvotes: 4

Views: 3609

Answers (1)

Jeanne Boyarsky
Jeanne Boyarsky

Reputation: 12266

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

Upvotes: 2

Related Questions