App下載

詞條

大約有 5,000 項(xiàng)符合查詢結(jié)果 ,庫(kù)內(nèi)數(shù)據(jù)總量為 78,250 項(xiàng)。(搜索耗時(shí):0.0062秒)

3321.jQuery keydown() 方法

...ut> 字段的背景顏色: $("input").keydown(function(){ $("input").css("background-color","yellow"); }); 嘗試一下 ? 定義和用法 與 keydown 事件相關(guān)的事件順序: keydown - 鍵按下的過程 keypress - 鍵被按下 keyup - 鍵被松開 當(dāng)鍵盤鍵被按下時(shí)發(fā)生 ...

http://o2fo.com/jquery/event-keydown.html

3322.jQuery focusout() 方法

...lt;div> 元素的背景顏色: $("div").focusout(function(){ $(this).css("background-color","#FFFFFF"); }); 嘗試一下 ? 定義和用法 當(dāng)元素(或在其內(nèi)的任意元素)失去焦點(diǎn)時(shí)發(fā)生 focusout 事件。 當(dāng)在元素或在其內(nèi)的任意元素上發(fā)生 focusout 事件時(shí)...

http://o2fo.com/jquery/event-focusout.html

3323.jQuery focusin() 方法

...<div> 元素的背景顏色: $("div").focusin(function(){ $(this).css("background-color","#FFFFCC"); }); 嘗試一下 ? 定義和用法 當(dāng)元素(或在其內(nèi)的任意元素)獲得焦點(diǎn)時(shí)發(fā)生 focusin 事件。 當(dāng)在元素或在其內(nèi)的任意元素上發(fā)生 focus 事件時(shí),fo...

http://o2fo.com/jquery/event-focusin.html

3324.jQuery focus() 方法

...得焦點(diǎn)時(shí)發(fā)生 focus 事件: $("input").focus(function(){ $("span").css("display","inline").fadeOut(2000); }); 嘗試一下 ? 定義和用法 當(dāng)元素獲得焦點(diǎn)時(shí)(當(dāng)通過鼠標(biāo)點(diǎn)擊選中元素或通過 tab 鍵定位到元素時(shí)),發(fā)生 focus 事件。 focus() 方法觸發(fā) foc...

http://o2fo.com/jquery/event-focus.html

3325.jQuery event.delegateTarget 屬性

...: $("div").on("click","button",function(event){ $(event.delegateTarget).css("background-color", "pink");}); 嘗試一下 ? 定義和用法 event.delegateTarget 屬性返回當(dāng)前調(diào)用的 jQuery 事件處理程序所添加的元素。 該屬性對(duì)于由 on() 方法添加的委托事件非常...

http://o2fo.com/jquery/event-delegatetarget.html

3326.jQuery delegate() 方法

...元素的背景顏色: $("div").delegate("p","click",function(){ $("p").css("background-color","pink"); }); 嘗試一下 ? 定義和用法 delegate() 方法為指定的元素(屬于被選元素的子元素)添加一個(gè)或多個(gè)事件處理程序,并規(guī)定當(dāng)這些事件發(fā)生時(shí)運(yùn)行的...

http://o2fo.com/jquery/event-delegate.html

3327.jQuery :root 選擇器

...擇器 實(shí)例 設(shè)置 HTML 文檔的背景顏色為黃色: $(":root").css("background-color","yellow"); 嘗試一下 ? 定義和用法 :root 選擇器選取文檔的根元素。 在 HTML 中,根元素總是 <html> 元素。 Syntax $(":root") jQuery 選擇器

http://o2fo.com/jquery/jq-sel-root.html

3328.HTML DOM 介紹

...習(xí)HTML DOM之前,您需要對(duì)以下內(nèi)容擁有基本的了解: HTML CSS JavaScript 如果您需要首先學(xué)習(xí)這些項(xiàng)目,也可以訪問我們的首頁(yè)學(xué)習(xí)相關(guān)的微課。 什么是 DOM? DOM 是 W3C(萬(wàn)維網(wǎng)聯(lián)盟)的標(biāo)準(zhǔn)。 DOM 定義了訪問 HTML 和 XML 文檔的標(biāo)準(zhǔn)...

http://o2fo.com/htmldom/htmldom-intro.html

3329.jQuery 屬性

在下面表格中列出的方法用來(lái)設(shè)置或返回元素的 CSS 相關(guān)屬性。 方法 描述 context 在版本 1.10 中被廢棄。包含被傳遞到 jQuery 的原始上下文 jquery 包含 jQuery 的版本號(hào) jQuery.fx.interval 改變以毫秒計(jì)的動(dòng)畫運(yùn)行速率 jQuery.fx.off ...

http://o2fo.com/jquery/jquery-ref-prop.html

3330.jQuery 捕獲

...冊(cè) - 文檔操作jQuery 參考手冊(cè) - 屬性操作jQuery 參考手冊(cè) - CSS操作

http://o2fo.com/jquery/jquery-dom-get.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

3321.jQuery keydown() 方法

...ut> 字段的背景顏色: $("input").keydown(function(){ $("input").css("background-color","yellow"); }); 嘗試一下 ? 定義和用法 與 keydown 事件相關(guān)的事件順序: keydown - 鍵按下的過程 keypress - 鍵被按下 keyup - 鍵被松開 當(dāng)鍵盤鍵被按下時(shí)發(fā)生 ...

http://o2fo.com/jquery/event-keydown.html

3322.jQuery focusout() 方法

...lt;div> 元素的背景顏色: $("div").focusout(function(){ $(this).css("background-color","#FFFFFF"); }); 嘗試一下 ? 定義和用法 當(dāng)元素(或在其內(nèi)的任意元素)失去焦點(diǎn)時(shí)發(fā)生 focusout 事件。 當(dāng)在元素或在其內(nèi)的任意元素上發(fā)生 focusout 事件時(shí)...

http://o2fo.com/jquery/event-focusout.html

3323.jQuery focusin() 方法

...<div> 元素的背景顏色: $("div").focusin(function(){ $(this).css("background-color","#FFFFCC"); }); 嘗試一下 ? 定義和用法 當(dāng)元素(或在其內(nèi)的任意元素)獲得焦點(diǎn)時(shí)發(fā)生 focusin 事件。 當(dāng)在元素或在其內(nèi)的任意元素上發(fā)生 focus 事件時(shí),fo...

http://o2fo.com/jquery/event-focusin.html

3324.jQuery focus() 方法

...得焦點(diǎn)時(shí)發(fā)生 focus 事件: $("input").focus(function(){ $("span").css("display","inline").fadeOut(2000); }); 嘗試一下 ? 定義和用法 當(dāng)元素獲得焦點(diǎn)時(shí)(當(dāng)通過鼠標(biāo)點(diǎn)擊選中元素或通過 tab 鍵定位到元素時(shí)),發(fā)生 focus 事件。 focus() 方法觸發(fā) foc...

http://o2fo.com/jquery/event-focus.html

3325.jQuery event.delegateTarget 屬性

...: $("div").on("click","button",function(event){ $(event.delegateTarget).css("background-color", "pink");}); 嘗試一下 ? 定義和用法 event.delegateTarget 屬性返回當(dāng)前調(diào)用的 jQuery 事件處理程序所添加的元素。 該屬性對(duì)于由 on() 方法添加的委托事件非常...

http://o2fo.com/jquery/event-delegatetarget.html

3326.jQuery delegate() 方法

...元素的背景顏色: $("div").delegate("p","click",function(){ $("p").css("background-color","pink"); }); 嘗試一下 ? 定義和用法 delegate() 方法為指定的元素(屬于被選元素的子元素)添加一個(gè)或多個(gè)事件處理程序,并規(guī)定當(dāng)這些事件發(fā)生時(shí)運(yùn)行的...

http://o2fo.com/jquery/event-delegate.html

3327.jQuery :root 選擇器

...擇器 實(shí)例 設(shè)置 HTML 文檔的背景顏色為黃色: $(":root").css("background-color","yellow"); 嘗試一下 ? 定義和用法 :root 選擇器選取文檔的根元素。 在 HTML 中,根元素總是 <html> 元素。 Syntax $(":root") jQuery 選擇器

http://o2fo.com/jquery/jq-sel-root.html

3328.HTML DOM 介紹

...習(xí)HTML DOM之前,您需要對(duì)以下內(nèi)容擁有基本的了解: HTML CSS JavaScript 如果您需要首先學(xué)習(xí)這些項(xiàng)目,也可以訪問我們的首頁(yè)學(xué)習(xí)相關(guān)的微課。 什么是 DOM? DOM 是 W3C(萬(wàn)維網(wǎng)聯(lián)盟)的標(biāo)準(zhǔn)。 DOM 定義了訪問 HTML 和 XML 文檔的標(biāo)準(zhǔn)...

http://o2fo.com/htmldom/htmldom-intro.html

3329.jQuery 屬性

在下面表格中列出的方法用來(lái)設(shè)置或返回元素的 CSS 相關(guān)屬性。 方法 描述 context 在版本 1.10 中被廢棄。包含被傳遞到 jQuery 的原始上下文 jquery 包含 jQuery 的版本號(hào) jQuery.fx.interval 改變以毫秒計(jì)的動(dòng)畫運(yùn)行速率 jQuery.fx.off ...

http://o2fo.com/jquery/jquery-ref-prop.html

3330.jQuery 捕獲

...冊(cè) - 文檔操作jQuery 參考手冊(cè) - 屬性操作jQuery 參考手冊(cè) - CSS操作

http://o2fo.com/jquery/jquery-dom-get.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程