3 Sending an Ajax Request................................................................ 29
2.4 Processing an Ajax Request on the Server Side ............................. 31
2.5 Processing an Ajax Response........................................................ 35
2.6 Summary ....................................................................................... 44
3 Less JavaScript with Prototype ........................................................... 45
3.1 Introduction .................................................................................... 45
3.2 Overview of Prototype.................................................................... 45
3.2.1 $() function .............................................................................. 45
3.2.2 $F() function........................................................................... 46
3.2.3 $A() function .......................................................................... 46
3.2.4 $H() function ........................................................................... 46
3.2.5 $R() function .......................................................................... 46
3.2.6 $w() Function .......................................................................... 47
3.2.7 Try.these function() ................................................................ 47
3.2.8 Ajax.Request Class..........................
Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25