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.
This commit is contained in:
parent
29616e60c8
commit
ab3ba4a812
12 changed files with 1997 additions and 469 deletions
6
Makefile
6
Makefile
|
@ -23,7 +23,11 @@ BASE_FILES = ${SRC_DIR}/core.js\
|
|||
${SRC_DIR}/traversing.js\
|
||||
${SRC_DIR}/manipulation.js\
|
||||
${SRC_DIR}/css.js\
|
||||
${SRC_DIR}/ajax.js\
|
||||
${SRC_DIR}/ajax.js\
|
||||
${SRC_DIR}/xhr.js\
|
||||
${SRC_DIR}/transports/jsonp.js\
|
||||
${SRC_DIR}/transports/script.js\
|
||||
${SRC_DIR}/transports/xhr.js\
|
||||
${SRC_DIR}/effects.js\
|
||||
${SRC_DIR}/offset.js\
|
||||
${SRC_DIR}/dimensions.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue