|
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
3 | 3 | <head>
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
5 |
| -<title>Untitled Document</title> |
| 5 | +<title>Syamvilakudy/Jax - Light weight fast ajax system using azrul-ajax</title> |
6 | 6 |
|
7 | 7 | <script language="javascript" src="http://code.jquery.com/jquery-1.9.1.js" ></script>
|
8 | 8 | <script language="javascript">
|
|
29 | 29 | <div id="div1"></div>
|
30 | 30 | <div id="div2"></div>
|
31 | 31 | <div id="div3"></div>
|
| 32 | +<div id="div4"></div> |
32 | 33 |
|
33 | 34 |
|
34 | 35 | <div id="alltriggers">
|
35 |
| - <h1><a href="javascript:void(0)" onclick="jax.call('test','test,alertCall');"> |
36 |
| - Alert response from server [ jax.call('test','test,alertCall'); ] |
37 |
| - </a> </h1> |
38 |
| - <h1> <a href="javascript:void(0)" onclick="jax.call('test','test,emptyCall');"> |
39 |
| - Response without argument call [ jax.call('test','test,emptyCall'); ]</a> </h1> |
40 |
| - <h1> <a href="javascript:void(0)" onclick="jax.call('test','test,argumentCallSingle',1);"> |
41 |
| - Response with single argument [ jax.call('test','test,argumentCallSingle',1); ]</a> </h1> |
42 |
| - <h1> <a href="javascript:void(0)" onclick="jax.call('test','test,argumentCallMultiple',1,2);"> |
43 |
| - Response with multiple argument [ jax.call('test','test,argumentCallMultiple',1,2); ]</a></h1> |
| 36 | + <h1> |
| 37 | + <a href="javascript:void(0)" onclick="jax.call('test','test,alertCall');"> |
| 38 | + Alert response from server [ jax.call('test','test,alertCall'); ] |
| 39 | + </a> |
| 40 | + </h1> |
| 41 | + <h1> |
| 42 | + <a href="javascript:void(0)" onclick="jax.call('test','test,emptyCall');"> |
| 43 | + Response without argument call [ jax.call('test','test,emptyCall'); ] |
| 44 | + </a> |
| 45 | + </h1> |
| 46 | + |
| 47 | + <h1> |
| 48 | + <a href="javascript:void(0)" onclick="jax.call('test','test,argumentCallSingle',1);"> |
| 49 | + Response with single argument [ jax.call('test','test,argumentCallSingle',1); ] |
| 50 | + </a> |
| 51 | + </h1> |
| 52 | + |
| 53 | + <h1> |
| 54 | + <a href="javascript:void(0)" onclick="jax.call('test','test,argumentCallMultiple',1,2);"> |
| 55 | + Response with multiple argument [ jax.call('test','test,argumentCallMultiple',1,2); ] |
| 56 | + </a> |
| 57 | + </h1> |
| 58 | + |
| 59 | + <h1> |
| 60 | + <a href="javascript:void(0)" onclick="jax.call('test','test,outputFromTemplate');"> |
| 61 | + Response with multiple argument [ jax.call('test','test,outputFromTemplate'); ] |
| 62 | + </a> |
| 63 | + </h1> |
44 | 64 | </div>
|
45 | 65 |
|
46 | 66 |
|
|
0 commit comments