幾個常用的Ajax庫小節
我挑選了一些最常用到的ajax,沒有去羅列所有的。希望能給大家一點幫助
1 jsolait (JavaScript O Lait)
The goal is to ease JavaScript development by building a free library of reusable
modules and components and enhancing JavaScript with simpler Class and Module handling
mechanisms.
features
Class and Module helpers
String formatting
"Hello %d. user".format(10) --> "Hello 10. user"
Modules
2 PHP-O-Lait
jsolait JSON-PHP PHP-JSON(php ext)
PHP-O-Lait, in two boiler-plate lines of code (three if you include the
'require_once') provides a transparent bridge between server-side PHP methods and
client-side JavaScript code.
3 Prototype JavaScript library
http://prototype.conio.net
4 script.aculo.us web 2.0 javascript
http://script.aculo.us/
Visual effects
Drag-and-drop
Controls
5 overLIB
http://www.bosrup.com/web/overlib/
overLIB is a JavaScript library created to enhance websites with small popup
information boxes (like tooltips) to help visitors around your website.
6 xajax
xajax is an open source PHP class library that allows you to easily create powerful, web-based, Ajax applications using HTML, CSS, JavaScript, and PHP. Applications developed with xajax can asynchronously call server-side PHP functions and update content without reloading the page.
7 Yahoo! User Interface Library
The Yahoo! User Interface (YUI) Library is a set of utilities and controls, written in
JavaScript, for building richly interactive web applications using techniques such as
DOM scripting, DHTML and AJAX. The YUI Library also includes several core CSS
resources.
YUI Library Utilities
YUI Library Controls
YUI Library CSS Tools
YAHOO.util.Connect.setForm(formId);
var cObj = YAHOO.util.Connect.asyncRequest('POST', 'http://www.yahoo.com', callback);
Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=756425
相關文章
- 深入 TypeScript – 2( 幾個常用的小技巧)TypeScript
- IOS幾個常用類庫的用法iOS
- ajax中回撥的幾個坑
- 這幾個python常用的庫你必須知道!Python
- 我設計資料庫常用的幾個原則資料庫
- 常用的Python機器學習庫合集,你用過幾個?Python機器學習
- 資料庫系統常用的幾個工具和命令資料庫
- GCD常用的幾個方法GC
- Python機器學習常用庫,你用過哪幾個?Python機器學習
- git的幾個常用基本操作Git
- 幾個常用函式的使用函式
- 常用的幾個典型指令碼指令碼
- 幾個小 trick
- 常用的Linux,記住了幾個?Linux
- Nginx的幾個常用配置和技巧Nginx
- 《安全測試常用的幾個工具》
- javascript除錯的幾個常用技巧JavaScript除錯
- 幾個常用監控工具的使用
- Git的幾個常用命令Git
- 常用的幾個eclipse快捷鍵Eclipse
- Cesium 比較常用的幾個方法
- 常用的幾個提高iOS開發效率的開源類庫及工具iOS
- python 的幾個常用的函式Python函式
- [php]幾個常用函式PHP函式
- 幾個 Haskell 小程式Haskell
- 一個小的技術細節
- 幾個常用的網路診斷命令
- 常用的幾個陣列操作方法陣列
- Swift開發的幾個小技巧Swift
- 幾個專案管理的小故事專案管理
- 5 個頂級的 JavaScript Ajax 元件和庫JavaScript元件
- JavaScript陣列 幾個常用方法JavaScript陣列
- 幾種常用資料庫比較資料庫
- 總結幾個ORACLE資料庫日常運維常用的命令(持續更新)Oracle資料庫運維
- linux常用的幾個系統介紹Linux
- 老司機常用的幾個JavaScript除錯技巧JavaScript除錯
- 提高js執行效率的幾個常用技巧JS
- 幾個常用的linux效能監控命令Linux