|
剛發(fā)布了2.5版
號稱又要做一個大而全的js的庫,要和jQuery, prototype, YUI, Ext對抗的,哈哈
With this release of DOMAssistant, I feel that it can seriously compete
with the major JavaScript libraries on the market. It has a very easy
syntax to select or manipulate elements, and with the core
functionality anyone needs, without having to worry about web browser
differences
簡單看了一下語法,其實(shí)他能做的YUI應(yīng)該基本也都能做,不過Enhanced performance and extra checks for memory leaks這個ms比較強(qiáng),有空看一看。
其次,它有一些比較方便的語法,Selector使用的CSS和XPath的語法肯定比YUI的YAHOO.util.get然后再getElementsByClassName之類的效率高(另:新版的YUI也已經(jīng)發(fā)布了Selector),另外同樣做一次Ajax請求,它有最常用的get和load方法,取得數(shù)據(jù)和找到并更新一個元素的內(nèi)容可以在一行代碼之內(nèi)完成,而用YUI來做這個事情,可能需要10行代碼吧,anyway,大不了自己包裝YUI的時候再寫個最最常用的load和get方法好了,細(xì)節(jié)的方法還是需要的,畢竟不是所有的請求都是get和load這么簡單的處理。
作者站點(diǎn):http://www.robertnyman.com/
詳細(xì)介紹:http://www.robertnyman.com/2007/12/17/domassistant-25-released-css-selector-support-new-ajax-methods-and-more-goodies-added/
2.5版包含的新特性:
Full CSS1-3 selector support 完全的CSS1-3選擇器支持
New AJAX methods: load and get 新增的load和get方法
Enhanced performance and extra checks for memory leaks 增強(qiáng)的性能和額外的內(nèi)存泄露的檢測
XPath Support Xpath選擇器支持
DOMAssistant now creates its own scope to make use of private properties 創(chuàng)建了自己運(yùn)行域保護(hù)自身的所有屬性
Also, in terms of code quality Robert has taken the extra step to ensure that the whole library is JSLint validated.
此外,為保證代碼質(zhì)量,整個代碼庫通過了JSLint的驗(yàn)證,
The main purpose of DOMAssistant is to provide a solid foundation to build upon without all of the extras sometimes included in other libraries. As such, DOMAssistant focuses on:
DomAssistant的主要目的在于提供一個不依賴任何第三方類庫的基礎(chǔ)類庫,DomAssistant專注于一下特性:
Element selection (through CSS selectors or enhanced methods). 元素選擇(通過CSS選擇器或更強(qiáng)大的選擇方法)
CSS handling (adding and removing CSS classes). CSS屬性操作(添加或刪除CSS Class)
Event handling (adding and removing events). 事件操作 (添加刪除事件)
Content manipulation (add or remove elements). 頁面內(nèi)容操作(添加刪除頁面元素)
AJAX interaction (getting content from other sources, and adding it to the document).
Ajax交互 (從外部獲取內(nèi)容并添加到頁面指定位置)
DOM loaded (calling functions when the DOM is loaded, as opposed to the document with all dependencies).
DOM加載完成 (當(dāng)頁面DOM加載完成后回調(diào)一個函數(shù),而不是等待頁面內(nèi)容加載完畢)
JavaScript技術(shù):DOMAssitant最新版 DOMAssistant 2.5發(fā)布,轉(zhuǎn)載需保留來源!
鄭重聲明:本文版權(quán)歸原作者所有,轉(zhuǎn)載文章僅為傳播更多信息之目的,如作者信息標(biāo)記有誤,請第一時間聯(lián)系我們修改或刪除,多謝。