文章分类

站点统计

  • 分类总数: 13 个
  • 文章总数: 145 篇
  • 评论总数: 35 条
  • 附件总数: 59 个
  • 建站日期: 2008-08-18
  • 访问总数: 387354 人次
  • RSS订阅: 文章|评论

小巧独立的Javascript库(5):Ajax.js

KY8 于 2009-03-01 16:56:51 发表JavaScript

1、MicroAjax.js

MicroAjax is one of the smallest and easiest AJAX libraries. Usage:

  1. microAjax("/resource/url"function (res) { 
  2.   alert (res); 
  3. });

Download:trunk version (svn)  minified version (841 byte)

Help:FAQ


2、jx - JavaScript Ajax Library

jx is a small toolkit for providing AJAX support in JavaScript. It has two different version - jx and jxs.

Features

  • Supports GET method
  • Supports JSON.
  • Small Size (>1 KB compressed / 2.3 KB with all the comments)
  • Very easy to use.

 

被阅642次, 0票Ajax 发表评论
1 / 1 / 1 | « 1 » |
Powered by MiniBoke v2.0.0.8 Build 0828

Copyright © 2008 开源吧!. All rights reserved.

粤ICP备07500939号