您好,登錄后才能下訂單哦!
這篇文章給大家分享的是有關(guān)prototype.js函數(shù)怎么用的內(nèi)容。小編覺得挺實(shí)用的,因此分享給大家做個(gè)參考,一起跟隨小編過來看看吧。
函數(shù)名 | 解釋 | 舉例 |
Element.toggle | 交替隱藏或顯示 | Element.toggle(''div1'',''div2'') |
Element.hide | 隱藏 | Element.hide(''div1'',''div2'') |
Element.show | 顯示 | Element.show(''div1'',''div2'') |
Element.remove | 刪除 | Element.remove(''div1'',''div2'') |
Element.getHeight | 取得高度 | Element.getHeight(''div1'') |
Toggle.display | 和Element.toggle相同 | Toggle.display(''div1'',''div2'') |
Insertion.Before | 在DIV前插入文字 | Insertion.Before(''div1'',''my content'') |
Insertion.After | 在DIV后插入文字 | Insertion.After(''div1'',''my content'') |
Insertion.Top | 在DIV里最前插入文字 | Insertion.Top(''div1'',''this is a text'') |
Insertion.Bottom | 在DIV里最后插入文字 | Insertion.Bottom(''div1'',''this is a text'') |
PeriodicalExecuter | 以給定頻率調(diào)用一段JavaScript | PeridicalExecutor(test, 1)"這里test是Javascript的函數(shù),1是頻率(1秒). |
$ | 取得一個(gè)DIV, 相當(dāng)于getElementById() | $(''div1'') |
Field.clear | 清空一個(gè)輸入框 | Field.clear(''textfield1'') |
Field.focus | 把焦點(diǎn)集中在輸入框上 | Field.focus(''select1'') |
Field.present | 判斷內(nèi)容是否為空 | alert(Field.present(''textfield1''))" |
Field.select | 選擇輸入框的內(nèi)容 | Field.select(''textfield1'')" |
Field.activate | 把焦點(diǎn)集中在輸入框上并選擇輸入框的內(nèi)容 | Field.activate(''textfield1'')" |
Form.serialize | 把表格內(nèi)容轉(zhuǎn)化成string | |
Form.getElements | 取得表格內(nèi)容為數(shù)組形式 | |
Form.disable | disable表格所有內(nèi)容 | Form.disable(''form1'') (這個(gè)好象不work) |
Form.focusFirstElement | 把焦點(diǎn)集中在表格第一個(gè)元素上 | Form.focusFirstElement(''form1'') |
Form.reset | Reset表格 | Form.reset(''form1'') |
Form.Element.getValue | 取得表格輸入框的值 | Form.Element.getValue(''text1'') |
Form.Element.serialize | 把表格中輸入框內(nèi)容轉(zhuǎn)化成string | Form.Element.serialize(''text1'') |
$F | 等同于Form.Element.getValue() | $F(''text1'') |
Effect.Highlight | 高亮特效. | Effect.Highlight(''text1'') |
Effect.Fade | 褪色特效 | |
Effect.Scale | 放大縮小(百分比) | Effect.Scale(''text1'', 200) |
Effect.Squish | 消失特效.文字縮小后消失 | Effect.Squish(''text1'') |
Effect.Puff | 消失特效.文字放大后消失 | Effect.Puff(''text1'') |
Effect.Appear | 出現(xiàn)特效 | |
Effect.ContentZoom | ZOOM特效. | |
Ajax.Request | 傳送Ajax請(qǐng)求給服務(wù)器 | Ajax.Request(''http://server/s.php'') |
Ajax.Updater | 傳送Ajax請(qǐng)求給服務(wù)器并用答復(fù)的結(jié)果更新指定的Container | Ajax.Updater(''text1'',''http://server/s.php'') |
基本用法:prototype.js給每個(gè)主要的類都分了一個(gè)Class,使用起來很方便.要產(chǎn)生特定的效果,只要用new Class.function()就可以了.例如:
Click Me
Hello!
當(dāng)點(diǎn)擊Click Me的時(shí)候,div2就會(huì)交替隱藏或顯示.注意,你可以給toggle加上無限個(gè)parameter,比如Element.toggle(''div2'',''div3'',''div4'',...)
感謝各位的閱讀!關(guān)于“prototype.js函數(shù)怎么用”這篇文章就分享到這里了,希望以上內(nèi)容可以對(duì)大家有一定的幫助,讓大家可以學(xué)到更多知識(shí),如果覺得文章不錯(cuò),可以把它分享出去讓更多的人看到吧!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。