App下載

詞條

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

131.jQuery 參考手冊(cè) - CSS 操作

jQuery 屬性操作 jQuery Ajax jQuery CSS 操作函數(shù) 下面列出的這些方法設(shè)置或返回元素的 CSS 相關(guān)屬性。 CSS 屬性 描述 css() 設(shè)置或返回匹配元素的樣式屬性。 height() 設(shè)置或返回匹配元素的高度。 offset() 返回第一個(gè)匹配元素相對(duì)于文檔...

http://www.o2fo.com/jquery/jquery-ref-css.html

132.jQuery DOM 元素方法 - index() 方法

jQuery DOM 元素方法 實(shí)例 獲得第一個(gè) p 元素的名稱和值: $("li").click(function(){ alert($(this).index()); }); 親自試一試 定義和用法 index() 方法返回指定元素相對(duì)于其他指定元素的 index 位置。 這些元素可通過 jQuery 選擇器或 DOM 元素來指...

http://www.o2fo.com/jquery/dom-element-methods-index.html

133.CoffeeScript 創(chuàng)建 jQuery 插件

創(chuàng)建 jQuery 插件 問題 你想用CoffeeScript來創(chuàng)建jQuery插件。 解決方案# 參考 jQuery $ = jQuery # 給 jQuery 添加插件對(duì)象 $.fn.extend # 把 pluginName 改成你的插件名字。 pluginName: (options) -> # 默認(rèn)設(shè)置 settings = option1: true option2: false debug: false # ...

http://www.o2fo.com/coffeescript/1h321obb.html

134.推薦 10個(gè)超棒的 jQuery 分步指引插件

1. Intro.js Intro.js 使用一種引導(dǎo)式的方式來一步步介紹你網(wǎng)站和項(xiàng)目新特性。支持鍵盤+鼠標(biāo)的導(dǎo)航方式。 2. aSimpleTour aSimpleTour 使用JSON數(shù)據(jù)進(jìn)行存儲(chǔ)配置和內(nèi)容。一個(gè)浮動(dòng)窗幫助管理重點(diǎn)元素的瀏覽、工具提示(可以定位)。 3. ...

http://www.o2fo.com/jsnote/jsnote-tips.html

135.jQuery.grep()方法

jQuery.grep()方法jQuery 雜項(xiàng)方法實(shí)例過濾原始數(shù)組<div></div><p></p><span></span><script>$(function () {var arr = [ 1, 9, 3, 8, 6, 1, 5, 9, 4, 7, 3, 8, 6, 9, 1 ];$( "div" ).text( arr.join( ", " ) );arr = jQuery.grep(arr, function( n, i ) {return ...

http://www.o2fo.com/jquery/jquery-grep.html

136.jQuery.type()方法

jQuery.type()方法jQuery 雜項(xiàng)方法實(shí)例該參數(shù)是否一個(gè)正則表達(dá)式 這是一個(gè)正則表達(dá)式? <b></b><script>$(function () { $( "b" ).append( "" + jQuery.type( /test/ ) );})</script>嘗試一下 ?定義和用法$.type() 函數(shù)用于確定JavaScript...

http://www.o2fo.com/jquery/jquery-type.html

137.jQuery.globalEval()方法

jQuery.globalEval()方法jQuery 雜項(xiàng)方法實(shí)例在全局上下文中執(zhí)行腳本var name = "全局變量";$(function () {function test(){var name = "局部變量";alert(name); // 局部變量eval( "alert(name);" ); // 局部變量$.globalEval( "alert(name);" ); // 全局變量}test();})嘗試一...

http://www.o2fo.com/jquery/jquery-globaleval.html

138.jQuery.makeArray()方法

jQuery.makeArray()方法jQuery 雜項(xiàng)方法實(shí)例將一個(gè)HTML元素集合轉(zhuǎn)換成對(duì)應(yīng)的數(shù)組 $(function () { var elems = document.getElementsByTagName("div"); // 返回一個(gè)節(jié)點(diǎn)列表 var arr = jQuery.makeArray(elems); arr.reverse(); //對(duì)列表的元素使用一個(gè)數(shù)組方法 ...

http://www.o2fo.com/jquery/jquery-makearray.html

139.jQuery.parseJSON()方法

jQuery.parseJSON()方法jQuery 雜項(xiàng)方法實(shí)例解析一個(gè) JSON 字符串 $(function () { var obj = jQuery.parseJSON('{"name":"John"}'); alert( obj.name === "John" );})嘗試一下 ?定義和用法$.parseJSON() 函數(shù)用于將符合標(biāo)準(zhǔn)格式的的JSON字符串轉(zhuǎn)為與之...

http://www.o2fo.com/jquery/jquery-parsejson.html

140.jQuery Mobile pageloadfailed 事件

jQuery Mobile pageloadfailed 事件 jQuery Mobile 事件 實(shí)例 頁面加載失敗時(shí)彈出信息: $(document).on("pageloadfailed",function(){? alert("Sorry, requested page does not exist.");}); 嘗試一下 ? 定義和用法 pageloadfailed 事件在頁面加載失敗時(shí)觸發(fā)。 相關(guān)事...

http://www.o2fo.com/jquerymobile/event-pageloadfailed.html

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

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

w3cschool 建議您:

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

131.jQuery 參考手冊(cè) - CSS 操作

jQuery 屬性操作 jQuery Ajax jQuery CSS 操作函數(shù) 下面列出的這些方法設(shè)置或返回元素的 CSS 相關(guān)屬性。 CSS 屬性 描述 css() 設(shè)置或返回匹配元素的樣式屬性。 height() 設(shè)置或返回匹配元素的高度。 offset() 返回第一個(gè)匹配元素相對(duì)于文檔...

http://www.o2fo.com/jquery/jquery-ref-css.html

132.jQuery DOM 元素方法 - index() 方法

jQuery DOM 元素方法 實(shí)例 獲得第一個(gè) p 元素的名稱和值: $("li").click(function(){ alert($(this).index()); }); 親自試一試 定義和用法 index() 方法返回指定元素相對(duì)于其他指定元素的 index 位置。 這些元素可通過 jQuery 選擇器或 DOM 元素來指...

http://www.o2fo.com/jquery/dom-element-methods-index.html

133.CoffeeScript 創(chuàng)建 jQuery 插件

創(chuàng)建 jQuery 插件 問題 你想用CoffeeScript來創(chuàng)建jQuery插件。 解決方案# 參考 jQuery $ = jQuery # 給 jQuery 添加插件對(duì)象 $.fn.extend # 把 pluginName 改成你的插件名字。 pluginName: (options) -> # 默認(rèn)設(shè)置 settings = option1: true option2: false debug: false # ...

http://www.o2fo.com/coffeescript/1h321obb.html

134.推薦 10個(gè)超棒的 jQuery 分步指引插件

1. Intro.js Intro.js 使用一種引導(dǎo)式的方式來一步步介紹你網(wǎng)站和項(xiàng)目新特性。支持鍵盤+鼠標(biāo)的導(dǎo)航方式。 2. aSimpleTour aSimpleTour 使用JSON數(shù)據(jù)進(jìn)行存儲(chǔ)配置和內(nèi)容。一個(gè)浮動(dòng)窗幫助管理重點(diǎn)元素的瀏覽、工具提示(可以定位)。 3. ...

http://www.o2fo.com/jsnote/jsnote-tips.html

135.jQuery.grep()方法

jQuery.grep()方法jQuery 雜項(xiàng)方法實(shí)例過濾原始數(shù)組<div></div><p></p><span></span><script>$(function () {var arr = [ 1, 9, 3, 8, 6, 1, 5, 9, 4, 7, 3, 8, 6, 9, 1 ];$( "div" ).text( arr.join( ", " ) );arr = jQuery.grep(arr, function( n, i ) {return ...

http://www.o2fo.com/jquery/jquery-grep.html

136.jQuery.type()方法

jQuery.type()方法jQuery 雜項(xiàng)方法實(shí)例該參數(shù)是否一個(gè)正則表達(dá)式 這是一個(gè)正則表達(dá)式? <b></b><script>$(function () { $( "b" ).append( "" + jQuery.type( /test/ ) );})</script>嘗試一下 ?定義和用法$.type() 函數(shù)用于確定JavaScript...

http://www.o2fo.com/jquery/jquery-type.html

137.jQuery.globalEval()方法

jQuery.globalEval()方法jQuery 雜項(xiàng)方法實(shí)例在全局上下文中執(zhí)行腳本var name = "全局變量";$(function () {function test(){var name = "局部變量";alert(name); // 局部變量eval( "alert(name);" ); // 局部變量$.globalEval( "alert(name);" ); // 全局變量}test();})嘗試一...

http://www.o2fo.com/jquery/jquery-globaleval.html

138.jQuery.makeArray()方法

jQuery.makeArray()方法jQuery 雜項(xiàng)方法實(shí)例將一個(gè)HTML元素集合轉(zhuǎn)換成對(duì)應(yīng)的數(shù)組 $(function () { var elems = document.getElementsByTagName("div"); // 返回一個(gè)節(jié)點(diǎn)列表 var arr = jQuery.makeArray(elems); arr.reverse(); //對(duì)列表的元素使用一個(gè)數(shù)組方法 ...

http://www.o2fo.com/jquery/jquery-makearray.html

139.jQuery.parseJSON()方法

jQuery.parseJSON()方法jQuery 雜項(xiàng)方法實(shí)例解析一個(gè) JSON 字符串 $(function () { var obj = jQuery.parseJSON('{"name":"John"}'); alert( obj.name === "John" );})嘗試一下 ?定義和用法$.parseJSON() 函數(shù)用于將符合標(biāo)準(zhǔn)格式的的JSON字符串轉(zhuǎn)為與之...

http://www.o2fo.com/jquery/jquery-parsejson.html

140.jQuery Mobile pageloadfailed 事件

jQuery Mobile pageloadfailed 事件 jQuery Mobile 事件 實(shí)例 頁面加載失敗時(shí)彈出信息: $(document).on("pageloadfailed",function(){? alert("Sorry, requested page does not exist.");}); 嘗試一下 ? 定義和用法 pageloadfailed 事件在頁面加載失敗時(shí)觸發(fā)。 相關(guān)事...

http://www.o2fo.com/jquerymobile/event-pageloadfailed.html

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

w3cschool 建議您:

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

熱門課程