你想增進(jìn) jQuery 技能嗎?以下是jQuery的各種使用實(shí)例,快來(lái)看看你掌握了哪些?
演示 jQuery 的 hide() 函數(shù),隱藏當(dāng)前的 HTML 元素。
演示 jQuery 的 hide() 函數(shù),隱藏所有 <p> 元素。
演示 jQuery 的 hide() 函數(shù),隱藏所有 class="test" 的元素。
演示 jQuery 的 hide() 函數(shù),隱藏 id="test" 的元素。
jQuery click()
演示 jQuery jQuery click() 事件.
jQuery dblclick()
演示 jQuery dblclick() 事件。
jQuery mouseenter()
演示 jQuery mouseenter() 事件。
jQuery mouseleave()
演示 jQuery mouseleave() 事件。
jQuery mousedown()
演示 jQuery mousedown() 事件。
jQuery mouseup()
演示 jQuery mouseup() 事件。
jQuery hover()
演示 jQuery hover() 事件。
jQuery focus() 和 blur()
演示 jQuery focus() 和 blur() 事件。
jQuery hide()
演示 jQuery hide() 方法。
jQuery hide() 和 show()
演示jQuery hide() 和 show() 方法。
jQuery toggle()
jQuery toggle() 用于切換 hide() 和 show() 方法。
jQuery hide()
另外一個(gè)隱藏文本的實(shí)例。
jQuery fadeIn()
演示 jQuery fadeIn() 方法。
jQuery fadeOut()
演示 jQuery fadeOut() 方法。
jQuery fadeToggle()
演示 jQuery fadeToggle() 方法。
jQuery fadeTo()
演示 jQuery fadeTo() 方法。
jQuery slideDown()
演示 jQuery slideDown() 方法。
jQuery slideUp()
演示 jQuery slideUp() 方法。
jQuery slideToggle()
演示 jQuery slideToggle() 方法。
jQuery animate()
演示簡(jiǎn)單的 jQuery animate() 方法。
jQuery animate() - 設(shè)置多個(gè)css屬性
演示通過(guò) jQuery animate() 方法 改變樣式。
jQuery animate() - 使用相關(guān)值
演示如何在 jQuery animate() 方法中使用相關(guān)值。
jQuery animate() - 使用預(yù)定義值
演示通過(guò) animate() 方法預(yù)定義 "hide", "show", "toggle" 值。
jQuery animate()
演示更多 jQuery animate() 方法實(shí)例
jQuery animate()
演示更多 jQuery animate() 方法實(shí)例 (多個(gè) animate() 回調(diào)).
jQuery stop() 滑動(dòng)
演示 jQuery stop() 方法。
jQuery stop() 動(dòng)畫 (帶參數(shù))
演示 jQuery stop() 方法。
jQuery text() 和 html() - 獲取文本和內(nèi)容
使用jQuery text() 和 html() 方法獲取內(nèi)容。
jQuery val() - 獲取值
使用jQuery val() 方法獲取表單的字段值。
jQuery attr() - 獲取屬性值
使用jQuery attr() 方法獲取屬性值。
jQuery text(), html(), 和 val() - 設(shè)置內(nèi)容
使用 jQuery text(), html() 和 val() 方法設(shè)置內(nèi)容 。
jQuery text() 和 html() - 設(shè)置內(nèi)容并使用回調(diào)函數(shù)
使用 text() 和 html() 設(shè)置內(nèi)容并使用回調(diào)函數(shù)
jQuery attr() - 設(shè)置屬性值
使用 jQuery attr() 方法設(shè)置屬性值 。
jQuery attr() - 設(shè)置 多個(gè)屬性值
使用jQuery attr() 方法設(shè)置多個(gè)屬性值。
jQuery attr() - 設(shè)置屬性值并使用回調(diào)函數(shù)
設(shè)置屬性值 + 并使用回調(diào)函數(shù)調(diào)用attr().
jQuery append()
在選取元素的末尾添加內(nèi)容
jQuery prepend()
在選取元素的開(kāi)頭添加內(nèi)容
jQuery append() -插入多個(gè)元素
創(chuàng)新新的 text/HTML 元素, jQuery 和 JavaScript/DOM。添加在新元素文本后。
jQuery after() 和 before()
在選取元素的前后添加 HTML 元素。
jQuery after() - 插入多個(gè)元素
創(chuàng)新新的 text/HTML 元素,jQuery和 JavaScript/DOM。在選取元素的末尾插入新元素。
jQuery remove()
移除選取的元素
jQuery empty()
移除選取元素的所有子元素
jQuery remove() - 使用參數(shù)
過(guò)濾元素并移除
jQuery addClass()
不同元素添加 class 屬性
jQuery addClass() - 多個(gè)類
使用 addClass() 方法添加多個(gè)類
jQuery removeClass()
移除指定元素的類
jQuery toggleClass()
在選取的元素切換(添加/刪除)類
jQuery css() - 返回 CSS 屬性
返回第一個(gè)匹配元素的css屬性值
jQuery css() - 設(shè)置 CSS 屬性
設(shè)置 所有配置元素指定的 CSS 屬性
jQuery css() - 設(shè)置 CSS 屬性
設(shè)置多個(gè)匹配元素的 CSS 屬性
jQuery - 返回 width() 和 height()
返回指定元素的 width 和 height
jQuery - 返回 innerWidth() 和 innerHeight()
返回指定元素的 inner-width/height
jQuery - 返回 outerWidth() 和 outerHeight()
返回指定元素的 outer-width/height
jQuery - 返回 outerWidth(true) 和 outerHeight(true)
返回指定元素的 outer-width/height (包含外邊框)
jQuery - 返回 width() 和 height() of document 和 window
返回 HTML 文檔和窗口的 width 和 height
jQuery - 設(shè)置 width() 和 height()
設(shè)置指定元素的 width 和 height
jQuery parent()
演示 jQuery parent() 方法。
jQuery parents()
演示 jQuery parents() 方法。
jQuery parentsUntil()
演示 jQuery parentsUntil() 方法。
jQuery children()
演示 jQuery children() 方法。
jQuery find()
演示 jQuery find() 方法。
jQuery siblings()
演示 jQuery siblings() 方法。
jQuery next()
演示 jQuery next() 方法。
jQuery nextAll()
演示 jQuery nextAll() 方法。
jQuery nextUntil()
演示 jQuery nextUntil() 方法。
jQuery load()
異步載入文件內(nèi)容并插入到 <div> 元素中。
jQuery load()
異步載入文件內(nèi)容中指定的元素內(nèi)容并插入到 <div> 元素.
jQuery load() - 使用回調(diào)函數(shù)(callback)
使用 jQuery load() 方法的回調(diào)函數(shù)。
jQuery get()
使用 $.get() 方法從服務(wù)端異步獲取數(shù)據(jù)
jQuery post()
使用 $.post() 方法從服務(wù)端異步獲取數(shù)據(jù)
更多建議: