Changes for page ERJQuery

Last modified by Ravi Mendis on 2010/11/30 05:16

From version 99.1
edited by Ravi Mendis
on 2010/11/30 05:16
Change comment: There is no comment for this version
To version 100.1
edited by Ravi Mendis
on 2010/11/30 05:16
Change comment: Migrated to Confluence 5.3

Summary

Details

Page properties
Parent
... ... @@ -1,0 +1,1 @@
1 +Frameworks
Tags
... ... @@ -1,0 +1,1 @@
1 +webobjects|ajax|jquery
Content
... ... @@ -18,8 +18,10 @@
18 18  
19 19  ==== Unobtrusive JavaScript in ERJQuery ====
20 20  
21 -{{include 0="WO:Using Unobtrusive JavaScript"/}}
21 +[[doc:WO.Using Unobtrusive JavaScript]]
22 22  
23 +{{include/}}
24 +
23 23  {{code}}
24 24  
25 25  er.jquery.useUnobtrusively = true
... ... @@ -49,8 +49,10 @@
49 49  
50 50  = Embrace Statelessness! =
51 51  
52 -{{include 0="WO:Embrace Statelessness"/}}
54 +[[doc:WO.Embrace Statelessness]]
53 53  
56 +{{include/}}
57 +
54 54  ERJQuery embraces the stateless model Ajax offers in exchange for simplifying the work WebObjects has to do - it's a win-win!
55 55  
56 56  So you may observe one notable difference between ERJQuery and the Ajax framework is in the way it handles ajax responses.