Wiki source code of ERJQuery

Version 64.1 by Ravi Mendis on 2010/04/28 01:55

Show last authors
1 == What is ERJQuery? ==
2
3 ERJQuery is an alternative Ajax framework for WebObjects applications.
4 It's is a [[jQuery>>http://jquery.com/]] version of [[ERPrototaculous]] that is meant to be used in place of (rather than in addition to) [[ERPrototaculous]] and Ajax framework.
5
6 Features include:
7
8 * 'Organic' support for [[jQuery>>http://jquery.com/]] in WebObjects.
9 ** Light-weight dynamic elements to support jQuery
10 ** Transparent API that doesn't hide or abstract jQuery
11 ** Sans patches or extensions to jQuery
12 * Use of [[Unobtrusive Javascript>>http://en.wikipedia.org/wiki/Unobtrusive_JavaScript]].
13 * Pseudo-stateless ajax responses
14 * A set of jQuery widgets.
15
16 Ajax actions and update containers are handled just like [[ERPrototaculous]] except they use jQuery instead of Prototype and Scriptaculous.
17
18 ==== jQuery Widgets ====
19
20 * [[FileUpload>>http://valums.com/ajax-upload/]]
21
22 Support for the file upload widget has been implemented as an input and as a CSS style-able container.
23
24 == Compatibility ==
25
26 ERJQuery can not be used with WebObjects 5.3 as it is dependent on the hooks for ajax added to WebObjects with version 5.4.
27
28 {{warning title="ERJQuery is WebObjects *5.4* compatible only"}}
29
30
31 {{/warning}}