欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

$ A B C D E F G H I J K L M N O P R S T U V W Z _

E

each(Iterator) - 類 net.conic.prototype.Enumerable 中的方法
將自動(dòng)根據(jù)對(duì)象定義的_each()方法內(nèi)實(shí)現(xiàn)的方式,用傳入的Iterator function遍歷執(zhí)行對(duì)象內(nèi)部的每一個(gè)元素。
Element - net.conic.prototype.dom 中的 類
對(duì)DOM對(duì)象的操作的Helper類
Element() - 類 net.conic.prototype.dom.Element 的構(gòu)造函數(shù)
 
element(JSEvent) - 類 net.conic.prototype.Event 中的靜態(tài)方法
返回事件的事件源對(duì)象; 當(dāng)前方法主要是為了屏敝不同瀏覽器取event源對(duì)象的差異性
Element - 類 net.conic.prototype.form.Form 中的靜態(tài)變量
 
ElementClassNames - net.conic.prototype.form 中的 類
對(duì)DOM中element的ClassNames的各類操作方法,繼承Enumerable來實(shí)現(xiàn),甚是優(yōu)美的寫法

JS語法: new Element.ClassNames(element);
ElementClassNames(Object) - 類 net.conic.prototype.form.ElementClassNames 的構(gòu)造函數(shù)
初始化ElementClassNames類對(duì)象 ,在JS中的語法:new Element.ClassNames(element);
empty(Object) - 類 net.conic.prototype.dom.Element 中的靜態(tài)方法
判斷指定元素是否為空元素;
return $(element).innerHTML.match(/^\s*$/);
emptyFunction() - 類 net.conic.prototype.Prototype 中的靜態(tài)方法
NullObject Pattern
enable(Object) - 類 net.conic.prototype.form.Form 中的方法
將整個(gè)表單內(nèi)的所有成員都enable
entries() - 類 net.conic.prototype.Enumerable 中的方法
等同于toArray()方法
Enumerable - net.conic.prototype 中的 類
prototype中的Enumerable類型,這是一個(gè)抽象對(duì)象。
Enumerable() - 類 net.conic.prototype.Enumerable 的構(gòu)造函數(shù)
 
escape(String) - 類 net.conic.prototype.Global 中的方法
對(duì) String 對(duì)象編碼以便它們能在所有計(jì)算機(jī)上可讀
escapeHTML() - 類 net.conic.prototype.String 中的方法
按照HTML標(biāo)準(zhǔn)將字符串的編碼返回,如<變成&lt等; prototype增強(qiáng)方法
eval(String) - 類 net.conic.prototype.Global 中的方法
檢查 JScript 代碼并執(zhí)行.
evalJSON() - 類 net.conic.prototype.ajax.AjaxRequest 中的方法
從響應(yīng)信息頭中分離出 JSON 對(duì)象,并做執(zhí)行后把對(duì)象返回,此方法主要用于內(nèi)部調(diào)用@see #respondToReadyState()
這里的JSON 內(nèi)容是放在信息頭中以X-JSON為關(guān)鍵字定義
evalResponse() - 類 net.conic.prototype.ajax.AjaxRequest 中的方法
當(dāng)響應(yīng)信息頭指示Content-type等于text/javascript時(shí)自動(dòng)執(zhí)行此方法,此方法主要用于內(nèi)部調(diào)用@see #respondToReadyState()
evalScripts() - 類 net.conic.prototype.String 中的方法
將字符串中所有的以<script />包含的塊的代碼做執(zhí)行,并將每次執(zhí)行的結(jié)果返回。
Event - net.conic.prototype 中的 類
Event || Window.Event.對(duì)JS中event的Helper類
Event() - 類 net.conic.prototype.Event 的構(gòu)造函數(shù)
 
EventObserver - net.conic.prototype.form 中的 類
基于事件機(jī)制偵聽對(duì)象內(nèi)容變更的抽象類,與TimedObserver的區(qū)別在于后者是定時(shí)輪循時(shí)偵聽Value變更并執(zhí)行回調(diào),前者是事件發(fā)生時(shí)才執(zhí)行回調(diào)。
EventObserver(Object, Function) - 類 net.conic.prototype.form.EventObserver 的構(gòu)造函數(shù)
此初始化構(gòu)造方法在子類初始化通過調(diào)用此方法做初始化
Events - 類 net.conic.prototype.ajax.AjaxRequest 中的靜態(tài)變量
["Uninitialized", "Loading", "Loaded", "Interactive", "Complete"] 此數(shù)組中元素的位置分別對(duì)應(yīng)readyState的值,readyState的定義請(qǐng)參考
extend(JSClass, JSClass) - 類 net.conic.prototype.Object 中的靜態(tài)方法
實(shí)現(xiàn)js的繼承方式的一個(gè)靜態(tài)方法(prototype的增強(qiáng)方法) 用從 source 到 destination復(fù)制所有屬性和方法的方式 來提供一種繼承機(jī)制。
extend(JSClass) - 類 net.conic.prototype.Object 中的方法
將JS的類繼承功能封裝成方法級(jí)別的調(diào)用,簡(jiǎn)單卻又高明(prototype的增強(qiáng)方法)
extractScripts() - 類 net.conic.prototype.String 中的方法
將字符串中所有的以<script />包含的塊的內(nèi)容以數(shù)組的形式返回。

$ A B C D E F G H I J K L M N O P R S T U V W Z _