Views: 5.6K
Replies: 1
Archived
|
Classic JavaScript Patterns in the JavaScript + jQuery Design Pattern FrameworkI've been reviewing the Classic Pattern examples. Many of them aren't working when I test them in an MVC4 app with vs 2012.
I even tried them as a standard html file. Is there some load file i'm missing, for example I couldn't get the Composite pattern to run. Copied it as provided on web site and in purchased materials. Thanks Larry Larry P, Oct 24, 2013
|
|
Reply 1Hello Larry:
Sorry for the confusion. The JavaScript + jQuery Design Pattern Framework is a front-end tool and was designed to be technology independent (i.e. .NET and others). This explains why you won't be able to load the pages in Visual Studio. All you need is a browser. Simply, load the root index.htm file and you're ready to go. Hope this helps. Jack Poorte Jack Poorte, Oct 27, 2013
|