]> source.dussan.org Git - jquery.git/commit
Extracts the serialization code from the ajax module so that alternative ajax impleme...
authorjaubourg <j@ubourg.net>
Fri, 13 Jul 2012 07:44:21 +0000 (09:44 +0200)
committerjaubourg <j@ubourg.net>
Fri, 13 Jul 2012 07:47:43 +0000 (09:47 +0200)
commitced5e9037a8a1d7306fa6c735ba7f314022c3289
tree301dd7b557377aa924959132045977c67a77f838
parentc29660c5936b76787c4a864d8188b325bc81a81f
Extracts the serialization code from the ajax module so that alternative ajax implementations can use it without the need for the whole ajax module to be included in the build.
grunt.js
src/ajax.js
src/serialize.js [new file with mode: 0644]
test/index.html
test/unit/ajax.js
test/unit/serialize.js [new file with mode: 0644]