躺在沙灘上的小豬

          快樂的每一天

          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 閱讀(397) 評論(0)  編輯  收藏

          主站蜘蛛池模板: 榆社县| 定结县| 云浮市| 长宁县| 株洲市| 彰化县| 石屏县| 资阳市| 孟津县| 高台县| 锡林郭勒盟| 马边| 平南县| 峨山| 莱阳市| 开远市| 阿尔山市| 秭归县| 北川| 福建省| 贵州省| 武胜县| 开封县| 盱眙县| 贵港市| 定远县| 太仓市| 沧源| 巴里| 沁阳市| 汨罗市| 江陵县| 景宁| 若尔盖县| 嘉定区| 体育| 双牌县| 依安县| 丰都县| 长春市| 托克托县|