最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

Ajax 匯總以及初步評價

 更新時間:2006年08月05日 00:00:00   作者:  
Ajax接觸不久,我只是為了挑選一款 Ajax 庫,才收集的資料,并測試,我的測試很簡單,直接看他們網(wǎng)站上的聯(lián)機demo頁面的速度,速度慢的就淘汰!

輔助js:
www.formassembly.com\wForms 44k(壓縮版)
對表單的js擴充可實現(xiàn)本地校驗等功能。
Ajax:

http://www.sarmal.com/sardalya/Download.aspx
不錯!速度快!有hint控件。75k. free for non-commercial

http://openrico.org
感覺好像不錯,也比較小,這個側(cè)重于遠程客戶端抓取,不過也有控件!而且可以和wForm聯(lián)動。
不過它的網(wǎng)格控件比較弱,不支持鍵盤。
License
Rico is provided free and open-source (Apache 2.0 License) for either your personal or commercial use.

http://dojotoolkit.org/
不錯,功能挺全的,但是它的核心js文件有128k,然后還要動態(tài)裝入其它的js, 太大??!速度慢??!
dojo.js 是它的核心(128K),然后其它widgets是根據(jù)需要裝載,所以在使用的東西太多的情況下顯得慢。
dojo.js:
Dojo's bootstrap system provides some fundamental behaviors, including a package system for dynamically loading scripts.
The Dojo Toolkit is only one of the projects that the Dojo Foundation hosts. In addition to the toolkit, OpenRecord calls the Dojo Foundation home.

http://www.htmli.com
不錯,速度快??!不過需要客戶端的XSLT的支持!幸好的是IE和FireFox1.5都支持?。?BR>嘿嘿,才發(fā)現(xiàn)它的lib.js 居然有189k!但是速度一點不慢!
HTMLi (HTML improved) is the open source framework that focuses in:
    * Transparent use for HTML designers
    * Multi-platform: As it is 100% designed with XSL, it is 0% platform-dependant
    * CSS Themes, Multi-Language support
    * Fully customizable & extensible
    * XML Rich Forms allow simple AJAX interfaces
俺的選擇!俺認為使用客戶端處理 XSTL 是速度提升的關(guān)鍵,而且這樣一來, html代碼擴充顯得很自然。

http://sharengo.org/jsria/test/allComponents.html
感覺速度還可以??!注意必須要在服務(wù)器上運行!!它用了net.XmlHttpRequest
http://sharengo.org/Wiki?JsRIA

JsRia - Javascript Rich Internet Application (since 2005)
[3] JsRIA is a opensource framework enabling rich client interface development. It's pure javascript and is completely independant of the server side technology. The client interface is described by an xml file (or dynamically in javascript if you need that). JsRIA is completely object oriented (javascript components, xml description, css style) and you can very easily build a hierarchy for your interface objects. You also can use AJAX technology to bring really dynamic interface to your users. Numerous functions are provided to parse and use xml flux coming from your server.

http://qooxdoo.org/
速度慢??!但是控件漂亮??!只適合于Intranet,它的js高達幾百k(qooxdoo-0.5.2-build.tar.bz2),不過qooxdoo-0.5.2-source.tar.bz2,中是拆分成若干js的??!
qooxdoo (Under development; from May, 2005)
qooxdoo is an advanced open-source JavaScript-based GUI framework. It helps you to implement AJAX-enhanced web 2.0 applications - easier than ever before.

    * Open-source (LGPL). From various contributors.

http://script.aculo.us/
Script.aculo.us (from 2005)
Scriptaculous builds on Prototype library to provide a Javascript with comprehensive Ajax coverage.
    * Visual Effects (See One-Second Spotlight pattern)
    * Drag-And-Drop (See Drag-And-Drop pattern)
    * Unit-Testing (See System Test pattern)
    * etc.
    * Open-source by Thomas Fuchs and others. A project run in conjunction with Ruby on Rails, but can be (and certainly is) used independent of Ruby or RoR.

Google Web Toolkit
Google Web Toolkit (GWT) 是一個Java軟件開發(fā)框架用于開發(fā)類似于Google Maps和Gmail 的AJAX應(yīng)用程序. 你可以用Java編程語言開發(fā)你的界面,然后用GWT編譯器將Java類轉(zhuǎn)換成適合瀏覽器執(zhí)行的JavaScript與HTML.
主頁 http://code.google.com/webtoolkit/

相關(guān)文章

  • ajax實現(xiàn)excel報表導出

    ajax實現(xiàn)excel報表導出

    這篇文章主要為大家詳細介紹了ajax實現(xiàn)excel報表導出,解決亂碼問題,文中示例代碼介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們可以參考一下
    2020-07-07
  • JQuery中$.ajax()方法參數(shù)詳解

    JQuery中$.ajax()方法參數(shù)詳解

    AJAX即“Asynchronous Javascript And XML”(異步JavaScript和XML),是指一種創(chuàng)建交互式網(wǎng)頁應(yīng)用的網(wǎng)頁開發(fā)技術(shù)。本文跟大家介紹JQuery中$.ajax()方法參數(shù)詳解,小伙伴們一起學習吧
    2015-10-10
  • IE9 IE8 ajax跨域問題的快速解決方法

    IE9 IE8 ajax跨域問題的快速解決方法

    下面小編就為大家?guī)硪黄狪E9 IE8 ajax跨域問題的快速解決方法。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2016-07-07
  • ECSHOP中實現(xiàn)ajax彈窗登錄功能

    ECSHOP中實現(xiàn)ajax彈窗登錄功能

    本文主要給大家介紹在ecshop中實現(xiàn)ajax彈窗登錄功能,代碼簡單易懂,非常不錯,具有參考借鑒價值,需要的的朋友參考下
    2017-03-03
  • 用Ajax來控制書簽和回退按鈕的代碼

    用Ajax來控制書簽和回退按鈕的代碼

    用Ajax來控制書簽和回退按鈕的代碼
    2007-01-01
  • ajax中設(shè)置contentType:

    ajax中設(shè)置contentType: "application/json"的作用

    這篇文章主要介紹了ajax中設(shè)置contentType: “application/json”的作用,需要的朋友可以參考下
    2018-04-04
  • Ajax驗證用戶名實例代碼

    Ajax驗證用戶名實例代碼

    這篇文章主要介紹了Ajax驗證用戶名實例代碼,非常實用,特此分享供大家學習
    2016-04-04
  • Ajax修改購物車示例

    Ajax修改購物車示例

    這篇文章主要介紹了Ajax修改購物車的思路及具體實現(xiàn),需要的朋友可以參考下
    2014-07-07
  • ajax返回object Object的快速解決方法

    ajax返回object Object的快速解決方法

    下面小編就為大家?guī)硪黄猘jax返回object Object的快速解決方法。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2016-10-10
  • AJAX跨域請求數(shù)據(jù)的四種方法(實例講解)

    AJAX跨域請求數(shù)據(jù)的四種方法(實例講解)

    下面小編就為大家?guī)硪黄狝JAX跨域請求數(shù)據(jù)的四種方法(實例講解)。小編覺得挺不錯的,現(xiàn)在就分享給大家,也給大家做個參考。一起跟隨小編過來看看吧
    2017-07-07

最新評論

定襄县| 闻喜县| 禹州市| 吕梁市| 涪陵区| 浦北县| 疏勒县| 子洲县| 本溪| 财经| 芮城县| 河源市| 虹口区| 桐城市| 澜沧| 福州市| 华宁县| 昌宁县| 玉龙| 六盘水市| 吉水县| 喀喇沁旗| 马尔康县| 拜城县| 宜良县| 紫金县| 大竹县| 西林县| 林甸县| 沁阳市| 策勒县| 历史| 原阳县| 蓬莱市| 安义县| 沂南县| 巴林左旗| 彭州市| 连南| 开远市| 杭锦后旗|