aboutsummaryrefslogtreecommitdiffstats
path: root/test/index.html
diff options
context:
space:
mode:
authorjaubourg <aubourg.julian@gmail.com>2010-12-09 13:34:28 -0500
committerjeresig <jeresig@gmail.com>2010-12-09 13:34:28 -0500
commitab3ba4a81252c4357a7aab5f24d765d41d47986e (patch)
tree75c16f8e7cd8a41041ee19855e799d15c074fd67 /test/index.html
parent29616e60c88bf300f4b2ee4ad1a89a8ac6481027 (diff)
downloadjquery-ab3ba4a81252c4357a7aab5f24d765d41d47986e.tar.gz
jquery-ab3ba4a81252c4357a7aab5f24d765d41d47986e.zip
Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
Diffstat (limited to 'test/index.html')
-rw-r--r--test/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/index.html b/test/index.html
index e66872725..bd11ebbd7 100644
--- a/test/index.html
+++ b/test/index.html
@@ -20,6 +20,10 @@
<script src="../src/manipulation.js"></script>
<script src="../src/css.js"></script>
<script src="../src/ajax.js"></script>
+ <script src="../src/xhr.js"></script>
+ <script src="../src/transports/jsonp.js"></script>
+ <script src="../src/transports/script.js"></script>
+ <script src="../src/transports/xhr.js"></script>
<script src="../src/effects.js"></script>
<script src="../src/offset.js"></script>
<script src="../src/dimensions.js"></script>