躺在沙灘上的小豬

          快樂的每一天

          Moo.ajax: 1.3kb for all your asynchronous needs

          http://ajaxian.com/archives/mooajax-13kb-for-all-your-asynchronous-needs
          Valerio Proietti, the creator of Moo.fx, has now created a micro library for Ajax, moo.ajax.

          I noticed many of you requested if it would have been possible to use the full prototype, instead of the lite one I provided with the full download of moofx, to use its ajax capabilities along with the effects. Sure you can, but wouldn’t it be cooler if there was a more lightweigt one?

          Just to continue my mission in small javascripting, I have arranged this moo.ajax, in just 1.3kb of uncompressed sweetness.

          read more for instructions, or download the script. As always, any comments/corrections/suggestions are highly appreciated.

          moo.ajax is a very simple ajax class, to be used with prototype.lite from moo.fx. It’s roughly based on the prototype one, so their usage are very similar.

          The request
          to make any request just call

          new ajax(url, options);


          The options
          method: choose either post or get. The default is post.
          posyBody postBody: if you choose post as method, you can write parameters here.
          onComplete: a function that will be fired when your request is complete. The request object will be passed as a parameter of the function.
          update: an dom element or an element’s id. This element will be filled with the request’s responsetext.
          An example
          This will call my script.php via post, setting as parameter sleep=3. When the request is complete I want an alert with the response text, and I want an element to be updated with the responsetext as well.

          new ajax ('sleep.php', {postBody: 'sleep=3', update: $('myelementid'), onComplete: myFunction});
          function myFunction(request){
            alert(request.responseText);
          }

          posted on 2006-01-20 09:31 martin xus 閱讀(395) 評論(0)  編輯  收藏

          主站蜘蛛池模板: 太仓市| 嘉峪关市| 台南县| 金川县| 尤溪县| 临沧市| 桂阳县| 郓城县| 改则县| 花莲县| 合作市| 昌都县| 射洪县| 永安市| 高邑县| 娄底市| 庆元县| 津南区| 文化| 凯里市| 岢岚县| 阳信县| 阿坝| 栾川县| 米林县| 阳曲县| 鹿邑县| 浪卡子县| 四平市| 北海市| 定结县| 尼勒克县| 铁力市| 五河县| 项城市| 林甸县| 武强县| 综艺| 旺苍县| 柘城县| 连云港市|