Deep Insider の Tutor コーナー
>>  Deep Insider は本サイトからスピンオフした姉妹サイトです。よろしく! 
jQuery逆引きリファレンス - API別インデックス

jQuery逆引きリファレンス - API別インデックス

  • このエントリーをはてなブックマークに追加
 2017年10月5日 更新 

API別インデックス

Ajax > Global Ajax Event Handlers .ajaxStart()/.ajaxSend()/.ajaxSuccess()/.ajaxError()/.ajaxComplete()/.ajaxStop()

Ajax > Low-Level Interface jQuery.ajax()

Ajax > Shorthand Methods .getJSON().load()jQuery.get()/jQuery.post()

Attributes .addClass().attr().hasClass().height().html().innerHeight().innerWidth().outerHeight().outerWidth().prop().removeAttr().removeClass().toggleClass().val().width()

Core $()jQuery()jQuery()/$()jQuery.noConflict()

CSS .addClass().attr().css().hasClass().height().innerHeight().innerWidth().offset().outerHeight().outerWidth().position().removeAttr().removeClass().scrollLeft().scrollTop().toggleClass().width()

Dimensions > Style Properties .height().innerHeight().innerWidth().outerHeight().outerWidth().width()

Effects > Basics .show()/.hide()

Effects > Custom .animate().delay()

Effects > Fading .fadeIn()/.fadeOut()

Effects > Sliding .slideUp()/.slideDown()

Events > Event Handler Attachment .bind().delegate().live().on().one()jQuery.proxy()

Events > Event Object event.pageXevent.pageYevent.preventDefault()event.stopImmediatePropagation()event.stopPropagation()event.which

Events > Form Events .focus()/.blur()/.focusin()/.focusout()

Forms .focus()/.blur()/.focusin()/.focusout().val()

Internals $.fn.jqueryプロパティ

Manipulation .text()

Manipulation > Class Attribute .addClass().hasClass().removeClass().toggleClass()

Manipulation > Copying .clone()

Manipulation > DOM Insertion, Around .unwrap().wrap().wrapAll().wrapInner()

Manipulation > DOM Insertion, Inside .append().appendTo().html().prepend().prependTo()

Manipulation > DOM Insertion, Outside .after().insertAfter().insertBefore()before()

Manipulation > DOM Removal .detach().empty().remove().unwrap()

Manipulation > DOM Replacement .replaceAll().replaceWith()

Manipulation > General Attributes .attr().prop().removeAttr().val()

Manipulation > Style Properties .css().offset().position().scrollLeft().scrollTop()

Offset .offset().position().scrollLeft().scrollTop()

Properties > Properties of jQuery Object Instances $.fn.jqueryプロパティ

Selectors > Attribute 属性を持つ要素セレクター[name]属性値が完全一致する要素セレクター[name="value"]属性値が完全不一致な要素セレクター[name!="value"]属性値が後方一致する要素セレクター[name$="value"]属性値が前方一致する要素セレクター[name^="value"]属性値が部分一致する要素セレクター[name*="value"]複数属性セレクター[name="value"][name2="value2″]

Selectors > Basic IDセレクター("#id")クラスセレクター(".class")要素セレクター("element")全要素セレクター("*")複数セレクター("selector1,selector2,selectorN")

Selectors > Basic Filter :eq()フィルター:evenフィルター:firstフィルター:gt()フィルター:langフィルター:lastフィルター:lt()フィルター:oddフィルター:targetフィルター

Selectors > Child Filter :first-childフィルター:first-of-typeフィルター:last-childフィルター:last-of-typeフィルター:nth-childフィルター:nth-last-childフィルター:nth-last-of-typeフィルター:nth-of-typeフィルター:only-childフィルター:only-of-typeフィルター

Selectors > Content Filter :contains()フィルター:emptyフィルター:has()フィルター:parentフィルター

Selectors > Form :checkedフィルター:selectedフィルター

Selectors > Hierarchy 以降の要素セレクター("prev~siblings")子要素セレクター("親要素>子要素")子孫要素セレクター("先祖子孫")直後の要素セレクター("prev+next")

Selectors > jQuery Extensions :has()セレクター:parentセレクター:selectedフィルター

Traversing > Filtering .eq().filter().has().is().map().not().slice()

Traversing > Miscellaneous Traversing .end().not()

Traversing > Tree Traversal .children().find().next().nextAll().nextUntil().parent().parents().parentsUntil().prev().prevAll().prevUntil().siblings()

Types window.jQueryオブジェクト

Utilities jQuery.each()jQuery.extend()jQuery.grep()jQuery.inArray()jQuery.isArray()jQuery.isEmptyObject()jQuery.isFunction()jQuery.isNumeric()jQuery.isPlainObject()jQuery.isWindow()jQuery.isXMLDoc()jQuery.map()jQuery.proxy()jQuery.type()

その他 > データストレージ .data()

その他> セットアップメソッド jQuery.noConflict()

データ .data()

内部処理 jQuery.fn

Ajax > Global Ajax Event Handlers

.ajaxStart()/.ajaxSend()/.ajaxSuccess()/.ajaxError()/.ajaxComplete()/.ajaxStop()

【インデックス一覧に戻る】

 

Ajax > Low-Level Interface

jQuery.ajax()

【インデックス一覧に戻る】

 

Ajax > Shorthand Methods

.getJSON()

.load()

jQuery.get()/jQuery.post()

【インデックス一覧に戻る】

 

Attributes

.addClass()

.attr()

.hasClass()

.height()

.html()

.innerHeight()

.innerWidth()

.outerHeight()

.outerWidth()

.prop()

.removeAttr()

.removeClass()

.toggleClass()

.val()

.width()

【インデックス一覧に戻る】

 

Core

$()

jQuery()

jQuery()/$()

jQuery.noConflict()

【インデックス一覧に戻る】

 

CSS

.addClass()

.attr()

.css()

.hasClass()

.height()

.innerHeight()

.innerWidth()

.offset()

.outerHeight()

.outerWidth()

.position()

.removeAttr()

.removeClass()

.scrollLeft()

.scrollTop()

.toggleClass()

.width()

【インデックス一覧に戻る】

 

Dimensions > Style Properties

.height()

.innerHeight()

.innerWidth()

.outerHeight()

.outerWidth()

.width()

【インデックス一覧に戻る】

 

Effects > Basics

.show()/.hide()

【インデックス一覧に戻る】

 

Effects > Custom

.animate()

.delay()

【インデックス一覧に戻る】

 

Effects > Fading

.fadeIn()/.fadeOut()

【インデックス一覧に戻る】

 

Effects > Sliding

.slideUp()/.slideDown()

【インデックス一覧に戻る】

 

Events > Event Handler Attachment

.bind()

.delegate()

.live()

.on()

.one()

jQuery.proxy()

【インデックス一覧に戻る】

 

Events > Event Object

event.pageX

event.pageY

event.preventDefault()

event.stopImmediatePropagation()

event.stopPropagation()

event.which

【インデックス一覧に戻る】

 

Events > Form Events

.focus()/.blur()/.focusin()/.focusout()

【インデックス一覧に戻る】

 

Forms

.focus()/.blur()/.focusin()/.focusout()

.val()

【インデックス一覧に戻る】

 

Internals

$.fn.jqueryプロパティ

【インデックス一覧に戻る】

 

Manipulation

.text()

【インデックス一覧に戻る】

 

Manipulation > Class Attribute

.addClass()

.hasClass()

.removeClass()

.toggleClass()

【インデックス一覧に戻る】

 

Manipulation > Copying

.clone()

【インデックス一覧に戻る】

 

Manipulation > DOM Insertion, Around

.unwrap()

.wrap()

.wrapAll()

.wrapInner()

【インデックス一覧に戻る】

 

Manipulation > DOM Insertion, Inside

.append()

.appendTo()

.html()

.prepend()

.prependTo()

【インデックス一覧に戻る】

 

Manipulation > DOM Insertion, Outside

.after()

.insertAfter()

.insertBefore()

before()

【インデックス一覧に戻る】

 

Manipulation > DOM Removal

.detach()

.empty()

.remove()

.unwrap()

【インデックス一覧に戻る】

 

Manipulation > DOM Replacement

.replaceAll()

.replaceWith()

【インデックス一覧に戻る】

 

Manipulation > General Attributes

.attr()

.prop()

.removeAttr()

.val()

【インデックス一覧に戻る】

 

Manipulation > Style Properties

.css()

.offset()

.position()

.scrollLeft()

.scrollTop()

【インデックス一覧に戻る】

 

Offset

.offset()

.position()

.scrollLeft()

.scrollTop()

【インデックス一覧に戻る】

 

Properties > Properties of jQuery Object Instances

$.fn.jqueryプロパティ

【インデックス一覧に戻る】

 

Selectors > Attribute

属性を持つ要素セレクター[name]

属性値が完全一致する要素セレクター[name="value"]

属性値が完全不一致な要素セレクター[name!="value"]

属性値が後方一致する要素セレクター[name$="value"]

属性値が前方一致する要素セレクター[name^="value"]

属性値が部分一致する要素セレクター[name*="value"]

複数属性セレクター[name="value"][name2="value2″]

【インデックス一覧に戻る】

 

Selectors > Basic

IDセレクター("#id")

クラスセレクター(".class")

要素セレクター("element")

全要素セレクター("*")

複数セレクター("selector1,selector2,selectorN")

【インデックス一覧に戻る】

 

Selectors > Basic Filter

:eq()フィルター

:evenフィルター

:firstフィルター

:gt()フィルター

:langフィルター

:lastフィルター

:lt()フィルター

:oddフィルター

:targetフィルター

【インデックス一覧に戻る】

 

Selectors > Child Filter

:first-childフィルター

:first-of-typeフィルター

:last-childフィルター

:last-of-typeフィルター

:nth-childフィルター

:nth-last-childフィルター

:nth-last-of-typeフィルター

:nth-of-typeフィルター

:only-childフィルター

:only-of-typeフィルター

【インデックス一覧に戻る】

 

Selectors > Content Filter

:contains()フィルター

:emptyフィルター

:has()フィルター

:parentフィルター

【インデックス一覧に戻る】

 

Selectors > Form

:checkedフィルター

:selectedフィルター

【インデックス一覧に戻る】

 

Selectors > Hierarchy

以降の要素セレクター("prev~siblings")

子要素セレクター("親要素>子要素")

子孫要素セレクター("先祖子孫")

直後の要素セレクター("prev+next")

【インデックス一覧に戻る】

 

Selectors > jQuery Extensions

:has()セレクター

:parentセレクター

:selectedフィルター

【インデックス一覧に戻る】

 

Traversing > Filtering

.eq()

.filter()

.has()

.is()

.map()

.not()

.slice()

【インデックス一覧に戻る】

 

Traversing > Miscellaneous Traversing

.end()

.not()

【インデックス一覧に戻る】

 

Traversing > Tree Traversal

.children()

.find()

.next()

.nextAll()

.nextUntil()

.parent()

.parents()

.parentsUntil()

.prev()

.prevAll()

.prevUntil()

.siblings()

【インデックス一覧に戻る】

 

Types

window.jQueryオブジェクト

【インデックス一覧に戻る】

 

Utilities

jQuery.each()

jQuery.extend()

jQuery.grep()

jQuery.inArray()

jQuery.isArray()

jQuery.isEmptyObject()

jQuery.isFunction()

jQuery.isNumeric()

jQuery.isPlainObject()

jQuery.isWindow()

jQuery.isXMLDoc()

jQuery.map()

jQuery.proxy()

jQuery.type()

【インデックス一覧に戻る】

 

その他 > データストレージ

.data()

【インデックス一覧に戻る】

 

その他> セットアップメソッド

jQuery.noConflict()

【インデックス一覧に戻る】

 

データ

.data()

【インデックス一覧に戻る】

 

内部処理

jQuery.fn

【インデックス一覧に戻る】

 

サイトからのお知らせ

Twitterでつぶやこう!