ajax学习转贴

阅读更多
prototype.js 1.4版开发者手册(强烈推荐) 开发者手册
http://thinhunan.cnblogs.com/archive/2006/04/01/DeveloperNotesForPrototype.html

prototype.js开发笔记
https://compdoc2cn.dev.java.net/prototype/html/prototype.js.cn.html#ajax_updater_reference

jQuery 中文社区重要说明
http://wiki.jquery.org.cn/doku.php


注:ajax调用actionForm表单,
var myAjax = new Ajax.Updater(
      {success: 'show-message'},
         url,
      {
         method: 'post',
         parameters: $('actionForm表单名称').serialize(true),
         asynchronous: true
       });

你可能感兴趣的:(Ajax,jQuery,prototype,PHP,HTML)