开发者

MVC in Javascript [closed]

开发者 https://www.devze.com 2023-02-25 22:34 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. 开发者_开发技巧 Closed 11 years ago.

How to create a sample application (say "hello world!" example) in Model - View - Controller concept using Javascript + HTML 5?


Creating an "application" (even a simple one) is going to take a little more work and is a little more scope than an answer on Stack Overflow can generally provide.

However, if you just want an example of using the MVC pattern in JavaScript then there's a pretty interesting one here. The example covers just a single HTML element (a select) but can be expanded quite a bit.


http://wiki.javascriptmvc.com/wiki/index.php?title=Getting_Started

0

精彩评论

暂无评论...
验证码 换一张
取 消