Comments on: A framework-agnostic model https://j11y.io/javascript/a-framework-agnostic-model/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Tim https://j11y.io/javascript/a-framework-agnostic-model/#comment-747 Tue, 17 Mar 2009 14:21:33 +0000 https://j11y.io/?p=647#comment-747 Pretty interesting article but I have a couple of questions regarding the second example:

1. Is setup.documentReady supposed to be setup.DOM.ready or is it referring to something else?

2. How does setup.load[format](location, callback) work? From what I understand setup.load has no arguments so are they inherited from jQuery.get or jQuery.getJSON depending on the filetype or something else?

Great article and great blog. Keep up the good work!

]]>
By: Ivo https://j11y.io/javascript/a-framework-agnostic-model/#comment-746 Thu, 12 Mar 2009 16:10:19 +0000 https://j11y.io/?p=647#comment-746 Swiss – a JavaScript framework framework – developed and used by Appcelerator does this abstraction for you:

http://github.com/jhaynie/swiss/tree/master

]]>
By: James Asher https://j11y.io/javascript/a-framework-agnostic-model/#comment-745 Wed, 11 Mar 2009 17:52:13 +0000 https://j11y.io/?p=647#comment-745 An example of this is the ExtJS framework. They use a base object for all core functionality, and then the Ext stuff sits on top of that. The base object can be jQuery, Prototype, YUI, or Ext (they have a base object as well). I think there might be a MooTools and a Dojo base class as well.

]]>