W3Cschool 提供完整的 jQuery 參考手冊(cè)以及大量的在線實(shí)例。 jQuery 參考手冊(cè) 在 W3Cschool,您將找到包含所有 jQuery 對(duì)象和函數(shù)的完整參考手冊(cè): 選擇器 事件 效果 文檔操作 屬性 CSS AJAX 遍歷 數(shù)據(jù) DOM 元素 核心 相關(guān)頁(yè)面 JavaScript 參考...
http://hgci.cn/jquery/jquery-reference.htmljQuery 效果 jQuery 屬性操作 jQuery 文檔操作方法 這些方法對(duì)于 XML 文檔和 HTML 文檔均是適用的,除了:html()。 方法 描述 addClass() 向匹配的元素添加指定的類名。 after() 在匹配的元素之后插入內(nèi)容。 append() 向匹配元素集合中的每個(gè)...
http://hgci.cn/jquery/jquery-ref-manipulation.htmljQuery 屬性操作 jQuery Ajax jQuery CSS 操作函數(shù) 下面列出的這些方法設(shè)置或返回元素的 CSS 相關(guān)屬性。 CSS 屬性 描述 css() 設(shè)置或返回匹配元素的樣式屬性。 height() 設(shè)置或返回匹配元素的高度。 offset() 返回第一個(gè)匹配元素相對(duì)于文檔...
http://hgci.cn/jquery/jquery-ref-css.htmljQuery DOM 元素方法 實(shí)例 獲得第一個(gè) p 元素的名稱和值: $("li").click(function(){ alert($(this).index()); }); 親自試一試 定義和用法 index() 方法返回指定元素相對(duì)于其他指定元素的 index 位置。 這些元素可通過(guò) jQuery 選擇器或 DOM 元素來(lái)指...
http://hgci.cn/jquery/dom-element-methods-index.html創(chuàng)建 jQuery 插件 問(wèn)題 你想用CoffeeScript來(lái)創(chuàng)建jQuery插件。 解決方案# 參考 jQuery $ = jQuery # 給 jQuery 添加插件對(duì)象 $.fn.extend # 把 pluginName 改成你的插件名字。 pluginName: (options) -> # 默認(rèn)設(shè)置 settings = option1: true option2: false debug: false # ...
http://hgci.cn/coffeescript/1h321obb.html1. Intro.js Intro.js 使用一種引導(dǎo)式的方式來(lái)一步步介紹你網(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://hgci.cn/jsnote/jsnote-tips.htmljQuery.grep()方法jQuery 雜項(xiàng)方法實(shí)例過(guò)濾原始數(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://hgci.cn/jquery/jquery-grep.htmljQuery.type()方法jQuery 雜項(xiàng)方法實(shí)例該參數(shù)是否一個(gè)正則表達(dá)式 這是一個(gè)正則表達(dá)式? <b></b><script>$(function () { $( "b" ).append( "" + jQuery.type( /test/ ) );})</script>嘗試一下 ?定義和用法$.type() 函數(shù)用于確定JavaScript...
http://hgci.cn/jquery/jquery-type.htmljQuery.globalEval()方法jQuery 雜項(xiàng)方法實(shí)例在全局上下文中執(zhí)行腳本var name = "全局變量";$(function () {function test(){var name = "局部變量";alert(name); // 局部變量eval( "alert(name);" ); // 局部變量$.globalEval( "alert(name);" ); // 全局變量}test();})嘗試一...
http://hgci.cn/jquery/jquery-globaleval.htmljQuery.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://hgci.cn/jquery/jquery-makearray.html抱歉,暫時(shí)沒(méi)有相關(guān)的微課
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的視頻課程
w3cschool 建議您:
抱歉,暫時(shí)沒(méi)有相關(guān)的教程
w3cschool 建議您:
W3Cschool 提供完整的 jQuery 參考手冊(cè)以及大量的在線實(shí)例。 jQuery 參考手冊(cè) 在 W3Cschool,您將找到包含所有 jQuery 對(duì)象和函數(shù)的完整參考手冊(cè): 選擇器 事件 效果 文檔操作 屬性 CSS AJAX 遍歷 數(shù)據(jù) DOM 元素 核心 相關(guān)頁(yè)面 JavaScript 參考...
http://hgci.cn/jquery/jquery-reference.htmljQuery 效果 jQuery 屬性操作 jQuery 文檔操作方法 這些方法對(duì)于 XML 文檔和 HTML 文檔均是適用的,除了:html()。 方法 描述 addClass() 向匹配的元素添加指定的類名。 after() 在匹配的元素之后插入內(nèi)容。 append() 向匹配元素集合中的每個(gè)...
http://hgci.cn/jquery/jquery-ref-manipulation.htmljQuery 屬性操作 jQuery Ajax jQuery CSS 操作函數(shù) 下面列出的這些方法設(shè)置或返回元素的 CSS 相關(guān)屬性。 CSS 屬性 描述 css() 設(shè)置或返回匹配元素的樣式屬性。 height() 設(shè)置或返回匹配元素的高度。 offset() 返回第一個(gè)匹配元素相對(duì)于文檔...
http://hgci.cn/jquery/jquery-ref-css.htmljQuery DOM 元素方法 實(shí)例 獲得第一個(gè) p 元素的名稱和值: $("li").click(function(){ alert($(this).index()); }); 親自試一試 定義和用法 index() 方法返回指定元素相對(duì)于其他指定元素的 index 位置。 這些元素可通過(guò) jQuery 選擇器或 DOM 元素來(lái)指...
http://hgci.cn/jquery/dom-element-methods-index.html創(chuàng)建 jQuery 插件 問(wèn)題 你想用CoffeeScript來(lái)創(chuàng)建jQuery插件。 解決方案# 參考 jQuery $ = jQuery # 給 jQuery 添加插件對(duì)象 $.fn.extend # 把 pluginName 改成你的插件名字。 pluginName: (options) -> # 默認(rèn)設(shè)置 settings = option1: true option2: false debug: false # ...
http://hgci.cn/coffeescript/1h321obb.html1. Intro.js Intro.js 使用一種引導(dǎo)式的方式來(lái)一步步介紹你網(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://hgci.cn/jsnote/jsnote-tips.htmljQuery.grep()方法jQuery 雜項(xiàng)方法實(shí)例過(guò)濾原始數(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://hgci.cn/jquery/jquery-grep.htmljQuery.type()方法jQuery 雜項(xiàng)方法實(shí)例該參數(shù)是否一個(gè)正則表達(dá)式 這是一個(gè)正則表達(dá)式? <b></b><script>$(function () { $( "b" ).append( "" + jQuery.type( /test/ ) );})</script>嘗試一下 ?定義和用法$.type() 函數(shù)用于確定JavaScript...
http://hgci.cn/jquery/jquery-type.htmljQuery.globalEval()方法jQuery 雜項(xiàng)方法實(shí)例在全局上下文中執(zhí)行腳本var name = "全局變量";$(function () {function test(){var name = "局部變量";alert(name); // 局部變量eval( "alert(name);" ); // 局部變量$.globalEval( "alert(name);" ); // 全局變量}test();})嘗試一...
http://hgci.cn/jquery/jquery-globaleval.htmljQuery.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://hgci.cn/jquery/jquery-makearray.html抱歉,暫時(shí)沒(méi)有相關(guān)的文章
w3cschool 建議您: