js.studio-kingdom.com Open in urlscan Pro
2606:4700:3035::6815:2c11  Public Scan

Submitted URL: http://js.studio-kingdom.com/
Effective URL: https://js.studio-kingdom.com/
Submission: On March 05 via api from JP — Scanned from JP

Form analysis 0 forms found in the DOM

Text Content

js STUDIO
 * JavaScript
 * TypeScript
 * jQuery
 * jQuery UI
 * React
 * AngularJS
 * Webpack
 * gulp
 * Grunt
 * API / Social

 * 

 * JavaScript
   
   
   
   
 * JavaScript
 * 式と演算子
   * 算術演算子
   * 代入演算子
   * ビット演算子
   * カンマ演算子
   * 比較演算子
   * 条件(三項)演算子
   * グループ化
   * 論理演算子
   * オブジェクト初期化子
   * 演算子の優先順位
   * メンバ演算子
   * this
   * function
   * new
   * void
   * delete
   * typeof
   * in
   * instanceof
 * 文法と宣言文
   * ブロック文
   * break
   * continue
   * debugger
   * do...while
   * 空文
   * for
   * for...in
   * function
   * if...else
   * ラベル
   * return
   * switch
   * throw
   * try...catch
   * var
   * while
   * with
 * 配列 (Array)
   * プロパティ
   * .length
   * メソッド
   * Array.isArray()
   * メソッド(prototype)
   * .concat()
   * .every()
   * .filter()
   * .forEach()
   * .indexOf()
   * .join()
   * .lastIndexOf()
   * .map()
   * .pop()
   * .push()
   * .reduce()
   * .reduceRight()
   * .reverse()
   * .shift()
   * .slice()
   * .some()
   * .sort()
   * .splice()
   * .toLocaleString()
   * .toString()
   * .unshift()
 * 日付 (Date)
   * メソッド
   * Date.UTC()
   * Date.now()
   * Date.parse()
   * メソッド(prototype)
   * .getDate()
   * .getDay()
   * .getFullYear()
   * .getHours()
   * .getMilliseconds()
   * .getMinutes()
   * .getMonth()
   * .getSeconds()
   * .getTime()
   * .getTimezoneOffset()
   * .getUTCDate()
   * .getUTCDay()
   * .getUTCFullYear()
   * .getUTCHours()
   * .getUTCMilliseconds()
   * .getUTCMinutes()
   * .getUTCMonth()
   * .getUTCSeconds()
   * .getYear()
   * .setDate()
   * .setFullYear()
   * .setHours()
   * .setMilliseconds()
   * .setMinutes()
   * .setMonth()
   * .setSeconds()
   * .setTime()
   * .setUTCDate()
   * .setUTCFullYear()
   * .setUTCHours()
   * .setUTCMilliseconds()
   * .setUTCMinutes()
   * .setUTCMonth()
   * .setUTCSeconds()
   * .setYear()
   * .toDateString()
   * .toISOString()
   * .toJSON()
   * .toLocaleDateString()
   * .toLocaleString()
   * .toLocaleTimeString()
   * .toString()
   * .toTimeString()
   * .toUTCString()
   * .valueOf()
 * 正規表現 (RegExp)
   * プロパティ
   * .lastIndex
   * プロパティ(prototype)
   * .global
   * .ignoreCase
   * .multiline
   * .source
   * メソッド(prototype)
   * .exec()
   * .test()
   * .toString()
 * エラー (Error)
   * プロパティ(prototype)
   * .message
   * .name
   * メソッド(prototype)
   * .toString()
 * 関数 (Function)
   * プロパティ
   * .length
   * メソッド(prototype)
   * .apply()
   * .bind()
   * .call()
   * .toString()
 * 引数 (Arguments)
   * プロパティ
   * .callee
   * .length
 * グローバル (Global)
   * decodeURI()
   * decodeURIComponent()
   * encodeURI()
   * encodeURIComponent()
   * escape()
   * eval()
   * Infinity
   * isFinite()
   * NaN
   * isNaN()
   * parseFloat()
   * parseInt()
   * null
   * undefined
 * JSON
   * JSON.parse()
   * JSON.stringify()
 * 数学(Math)
   * プロパティ
   * Math.E
   * Math.LN10
   * Math.LN2
   * Math.LOG10E
   * Math.LOG2E
   * Math.PI
   * Math.SQRT1_2
   * Math.SQRT2
   * メソッド
   * Math.abs()
   * Math.acos()
   * Math.asin()
   * Math.atan()
   * Math.atan2()
   * Math.ceil()
   * Math.cos()
   * Math.exp()
   * Math.floor()
   * Math.log()
   * Math.max()
   * Math.min()
   * Math.pow()
   * Math.random()
   * Math.round()
   * Math.sin()
   * Math.sqrt()
   * Math.tan()
 * 数値(Number)
   * プロパティ
   * Number.MAX_VALUE
   * Number.MIN_VALUE
   * Number.NEGATIVE_INFINITY
   * Number.NaN
   * Number.POSITIVE_INFINITY
   * メソッド
   * Number.isNaN()
   * メソッド(prototype)
   * .parseFloat()
   * .parseInt()
   * .toExponential()
   * .toFixed()
   * .toLocaleString()
   * .toPrecision()
   * .toString()
   * .valueOf()
 * オブジェクト (Object)
   * プロパティ(prototype)
   * .prototype
   * .prototype.constructor
   * .prototype.__proto__
   * メソッド(prototype)
   * .prototype.hasOwnProperty()
   * .prototype.isPrototypeOf()
   * .prototype.propertyIsEnumerable()
   * .prototype.toLocaleString()
   * .prototype.toString()
   * .prototype.valueOf()
   * メソッド
   * .create()
   * .defineProperties()
   * .defineProperty()
   * .freeze()
   * .getOwnPropertyDescriptor()
   * .getOwnPropertyNames()
   * .getPrototypeOf()
   * .isExtensible()
   * .isFrozen()
   * .isSealed()
   * .keys()
   * .preventExtensions()
   * .seal()
 * 文字列 (String)
   * プロパティ
   * .length
   * メソッド
   * .fromCharCode()
   * .anchor()
   * .charAt()
   * .charCodeAt()
   * .concat()
   * .indexOf()
   * .lastIndexOf()
   * .link()
   * .localeCompare()
   * .match()
   * .replace()
   * .search()
   * .slice()
   * .split()
   * .substr()
   * .substring()
   * .toLocaleLowerCase()
   * .toLocaleUpperCase()
   * .toLowerCase()
   * .toString()
   * .toUpperCase()
   * .trim()
   * .valueOf()
 * Web API インターフェース
 * Ajax (XMLHttpRequest)
 * ドキュメント (Document)
   * プロパティ
   * .URL
   * .activeElement
   * .anchors
   * .applets
   * .body
   * .cookie
   * .defaultView
   * .designMode
   * .domain
   * .embeds
   * .forms
   * .head
   * .images
   * .lastModified
   * .links
   * .location
   * .plugins
   * .readyState
   * .referrer
   * .scripts
   * .styleSheets
   * .title
   * .characterSet
   * .compatMode
   * .contentType
   * .currentScript
   * .doctype
   * .documentElement
   * .documentURI
   * .documentURIObject
   * .firstChild
   * .implementation
   * .lastStyleSheetSet
   * .namespaceURI
   * .nodePrincipal
   * .ononline
   * .preferredStyleSheetSet
   * .selectedStyleSheetSet
   * .styleSheetSets
   * .textContent
   * .tooltipNode
   * メソッド
   * .close()
   * .createNodeIterator()
   * .createRange()
   * .createTreeWalker()
   * .elementFromPoint()
   * .getElementsByName()
   * .releaseCapture()
   * .adoptNode()
   * .createAttribute()
   * .createCDATASection()
   * .createComment()
   * .createDocumentFragment()
   * .createElement()
   * .createElementNS()
   * .createProcessingInstruction()
   * .createTextNode()
   * .enableStyleSheetsForSet()
   * .execCommand()
   * .getElementById()
   * .getElementsByClassName()
   * .getElementsByTagName()
   * .getElementsByTagNameNS()
   * .getSelection()
   * .hasFocus()
   * .importNode()
   * .open()
   * .queryCommandSupported()
   * .querySelector()
   * .querySelectorAll()
   * .write()
   * .writeln()
 * 要素 (Element)
   * プロパティ
   * .clientHeight
   * .clientLeft
   * .clientTop
   * .clientWidth
   * .id
   * .innerHTML
   * .length
   * .onafterscriptexecute
   * .onbeforescriptexecute
   * .oncopy
   * .oncut
   * .onpaste
   * .onwheel
   * .scrollHeight
   * .scrollLeft
   * .scrollTop
   * .scrollWidth
   * .tagName
   * .classList
   * .className
   * .name
   * .outerHTML
   * プロパティ(HTMLElement)
   * .contentEditable
   * .isContentEditable
   * .dataset
   * .dir
   * .lang
   * .offsetHeight
   * .offsetLeft
   * .offsetParent
   * .offsetTop
   * .offsetWidth
   * .style
   * .tabIndex
   * .title
   * メソッド
   * .getAttribute()
   * .getAttributeNS()
   * .getAttributeNode()
   * .getAttributeNodeNS()
   * .getBoundingClientRect()
   * .getClientRects()
   * .getElementsByClassName()
   * .getElementsByTagName()
   * .getElementsByTagNameNS()
   * .hasAttribute()
   * .hasAttributeNS()
   * .insertAdjacentHTML()
   * .querySelector()
   * .querySelectorAll()
   * .removeAttribute()
   * .removeAttributeNS()
   * .removeAttributeNode()
   * .scrollIntoView()
   * .setAttribute()
   * .setAttributeNS()
   * .setAttributeNode()
   * .setAttributeNodeNS()
   * .setCapture()
   * .supports()
   * メソッド(HTMLElement)
   * .blur()
   * .click()
   * .focus()
 * HTMLコレクション (HTMLCollection)
 * イベント (Event)
   * プロパティ
   * .altKey
   * .bubbles
   * .button
   * .cancelBubble
   * .cancelable
   * .charCode
   * .clientX
   * .clientY
   * .ctrlKey
   * .currentTarget
   * .defaultPrevented
   * .detail
   * .eventPhase
   * .keyCode
   * .layerX
   * .layerY
   * .metaKey
   * .pageX
   * .pageY
   * .relatedTarget
   * .screenX
   * .screenY
   * .shiftKey
   * .target
   * .timeStamp
   * .type
   * .view
   * .which
   * メソッド
   * .createEvent()
   * .initKeyEvent()
   * .initMouseEvent()
   * .initUIEvent()
   * .preventDefault()
   * .stopImmediatePropagation()
   * .stopPropagation()
 * イベントハンドラ (GlobalEventHandlers)
   * プロパティ
   * .onabort
   * .onblur
   * .onchange
   * .onclick
   * .onclose
   * .oncontextmenu
   * .ondblclick
   * .onerror
   * .onfocus
   * .oninput
   * .onkeydown
   * .onkeypress
   * .onkeyup
   * .onload
   * .onmousedown
   * .onmousemove
   * .onmouseout
   * .onmouseover
   * .onmouseup
   * .onscroll
   * .onselect
   * .onsubmit
 * イベントターゲット (EventTarget)
   * .addEventListener()
   * .dispatchEvent()
   * .removeEventListener()
 * 履歴 (History)
 * ノード (Node)
   * プロパティ
   * .attributes
   * .baseURI
   * .childNodes
   * .firstChild
   * .lastChild
   * .localName
   * .namespaceURI
   * .nextSibling
   * .nodeName
   * .nodeType
   * .nodeValue
   * .ownerDocument
   * .parentElement
   * .parentNode
   * .previousSibling
   * .textContent
   * メソッド
   * .appendChild()
   * .cloneNode()
   * .compareDocumentPosition()
   * .contains()
   * .hasAttributes()
   * .hasChildNodes()
   * .insertBefore()
   * .isDefaultNamespace()
   * .isEqualNode()
   * .lookupNamespaceURI()
   * .lookupPrefix()
   * .normalize()
   * .removeChild()
   * .replaceChild()
   * プロパティ(ParentNode)
   * .childElementCount
   * .children
   * .firstElementChild
   * .lastElementChild
   * プロパティ(ChildNode)
   * .nextElementSibling
   * .previousElementSibling
 * ノードリスト (NodeList)
 * 範囲(Range)
   * プロパティ
   * .collapsed
   * .commonAncestorContainer
   * .endContainer
   * .endOffset
   * .startContainer
   * .startOffset
   * メソッド
   * .cloneContents()
   * .cloneRange()
   * .collapse()
   * .compareBoundaryPoints()
   * .deleteContents()
   * .detach()
   * .extractContents()
   * .insertNode()
   * .selectNode()
   * .selectNodeContents()
   * .setEnd()
   * .setEndAfter()
   * .setEndBefore()
   * .setStart()
   * .setStartAfter()
   * .setStartBefore()
   * .surroundContents()
   * .toString()
 * 選択箇所(Selection)
   * プロパティ
   * .anchorNode
   * .anchorOffset
   * .focusNode
   * .focusOffset
   * .isCollapsed
   * .rangeCount
   * メソッド
   * .addRange()
   * .collapse()
   * .collapseToEnd()
   * .collapseToStart()
   * .containsNode()
   * .deleteFromDocument()
   * .extend()
   * .getRangeAt()
   * .modify()
   * .removeAllRanges()
   * .removeRange()
   * .selectAllChildren()
   * .selectionLanguageChange()
   * .toString()
 * ウインドウ (Window)
   * プロパティ
   * .closed
   * .document
   * .frameElement
   * .frames
   * .fullScreen
   * .history
   * .innerHeight
   * .innerWidth
   * .length
   * .location
   * .locationbar
   * .menubar
   * .name
   * .navigator
   * .onafterprint
   * .onbeforeprint
   * .onblur
   * .onchange
   * .onclick
   * .ondevicemotion
   * .ondeviceorientation
   * .onfocus
   * .onhashchange
   * .onkeydown
   * .onkeypress
   * .onkeyup
   * .onmousedown
   * .onmousemove
   * .onmouseout
   * .onmouseover
   * .onmouseup
   * .onpopstate
   * .onreset
   * .onresize
   * .onscroll
   * .outerHeight
   * .outerWidth
   * .parent
   * .performance
   * .screen
   * .screenX
   * .screenY
   * .scrollMaxX
   * .scrollMaxY
   * .scrollX
   * .scrollY
   * .scrollbars
   * .self
   * .status
   * .window
   * .onbeforeunload
   * .onunload
   * .opener
   * .top
   * メソッド
   * .alert()
   * .atob()
   * .blur()
   * .clearInterval()
   * .clearTimeout()
   * .close()
   * .dispatchEvent()
   * .find()
   * .focus()
   * .getComputedStyle()
   * .getSelection()
   * .matchMedia()
   * .moveBy()
   * .moveTo()
   * .open()
   * .postMessage()
   * .print()
   * .prompt()
   * .requestAnimationFrame()
   * .resizeBy()
   * .resizeTo()
   * .scroll()
   * .scrollBy()
   * .scrollTo()
   * .setInterval()
   * .stop()
   * .btoa()
   * .confirm()
   * .setTimeout()

 * jQuery 1.9
   
   
   
   
 * Ajax
   * $.ajax()
   * $.ajaxPrefilter()
   * $.ajaxSetup()
   * $.ajaxTransport()
   * $.get()
   * $.getJSON()
   * $.getScript()
   * $.post()
   * .ajaxComplete()
   * .ajaxError()
   * .ajaxSend()
   * .ajaxStart()
   * .ajaxStop()
   * .ajaxSuccess()
   * .load()
 * Attributes
   * .addClass()
   * .attr()
   * .hasClass()
   * .prop()
   * .removeAttr()
   * .removeClass()
   * .removeProp()
   * .toggleClass()
   * .val()
 * Core
   * $(), jQuery()
   * $.error()
   * $.holdReady()
   * $.noConflict()
   * $.sub()
   * .jquery
   * .context
   * .get()
   * .index()
   * .length
   * .pushStack()
   * .size()
   * .toArray()
 * CSS
   * .css()
   * .offset()
   * .position()
   * .scrollLeft()
   * .scrollTop()
 * Callbacks
   * $.Callbacks
   * callbacks.add()
   * callbacks.disable()
   * callbacks.empty()
   * callbacks.fire()
   * callbacks.fireWith()
   * callbacks.fired()
   * callbacks.has()
   * callbacks.lock()
   * callbacks.locked()
   * callbacks.remove()
 * Data
   * $.hasData
   * .data()
   * $.data()
   * $.removeData()
   * .removeData()
 * Deferred
   * $.when()
   * deferred.always()
   * deferred.done()
   * deferred.fail()
   * deferred.isRejected()
   * deferred.isResolved()
   * deferred.notify()
   * deferred.notifyWith()
   * deferred.pipe()
   * deferred.progress()
   * deferred.promise()
   * deferred.reject()
   * deferred.rejectWith()
   * deferred.resolve()
   * deferred.resolveWith()
   * deferred.state()
   * deferred.then()
   * .promise()
 * Dimensions
   * .height()
   * .innerHeight()
   * .innerWidth()
   * .outerHeight()
   * .outerWidth()
   * .width()
 * Effects
   * $.fx.interval
   * $.fx.off
   * .animate()
   * .clearQueue()
   * .delay()
   * .dequeue()
   * .fadeIn()
   * .fadeOut()
   * .fadeTo()
   * .fadeToggle()
   * .finish()
   * .hide()
   * .queue()
   * .show()
   * .slideDown()
   * .slideToggle()
   * .slideUp()
   * .stop()
   * .toggle()
 * Events
   * .bind()
   * .blur()
   * .change()
   * .click()
   * .dblclick()
   * .delegate()
   * .die()
   * .error()
   * event.currentTarget
   * event.data
   * event.delegateTarget
   * event.isDefaultPrevented()
   * event.isImmediatePropagationStopped()
   * event.isPropagationStopped()
   * event.namespace
   * event.pageX
   * event.pageY
   * event.preventDefault()
   * event.relatedTarget
   * event.result
   * event.stopImmediatePropagation()
   * event.stopPropagation()
   * event.target
   * event.timeStamp
   * event.type
   * event.which
   * .focus()
   * .focusin()
   * .focusout()
   * .hover()
   * .keydown()
   * .keypress()
   * .keyup()
   * .live()
   * .load()
   * .mousedown()
   * .mouseenter()
   * .mouseleave()
   * .mousemove()
   * .mouseout()
   * .mouseover()
   * .mouseup()
   * .off()
   * .on()
   * .one()
   * .ready()
   * .resize()
   * .scroll()
   * .select()
   * .submit()
   * .toggle()
   * .trigger()
   * .triggerHandler()
   * .unbind()
   * .undelegate()
   * .unload()
 * Forms
   * $.param()
   * .serialize()
   * .serializeArray()
 * Manipulation
   * .after()
   * .append()
   * .appendTo()
   * .before()
   * .clone()
   * .detach()
   * .empty()
   * .html()
   * .insertAfter()
   * .insertBefore()
   * .prepend()
   * .prependTo()
   * .remove()
   * .replaceAll()
   * .replaceWith()
   * .text()
   * .unwrap()
   * .wrap()
   * .wrapAll()
   * .wrapInner()
 * Selector
   * *
   * :animated
   * [name|="value"]
   * [name*="value"]
   * [name~="value"]
   * [name$="value"]
   * [name="value"]
   * [name!="value"]
   * [name^="value"]
   * :button
   * :checkbox
   * :checked
   * "parent > child"
   * ".class"
   * :contains()
   * "ancestor descendant"
   * :disabled
   * "element"
   * :empty
   * :enabled
   * :eq()
   * :even
   * :file
   * :first-child
   * :first-of-type
   * :first
   * :focus
   * :gt()
   * [attribute]
   * :has()
   * :header
   * :hidden
   * ("#id")
   * :image
   * :input
   * :lang
   * :last-child
   * :last-of-type
   * :last
   * :lt()
   * [name="value"][name2="value2"]
   * ("selector1, selector2, selectorN")
   * ("prev + next")
   * ("prev ~ siblings")
   * :not()
   * :nth-child()
   * :nth-last-child()
   * :nth-last-of-type()
   * :nth-of-type()
   * :odd
   * :only-child
   * :only-of-type
   * :parent
   * :password
   * :radio
   * :reset
   * :root
   * :selected
   * :submit
   * :target
   * :text
   * :visible
 * Traversing
   * .add()
   * .addBack()
   * .andSelf()
   * .children()
   * .closest()
   * .contents()
   * .each()
   * .end()
   * .eq()
   * .filter()
   * .find()
   * .first()
   * .has()
   * .is()
   * .last()
   * .map()
   * .next()
   * .nextAll()
   * .nextUntil()
   * .not()
   * .offsetParent()
   * .parent()
   * .parents()
   * .parentsUntil()
   * .prev()
   * .prevAll()
   * .prevUntil()
   * .siblings()
   * .slice()
 * Utilities
   * $.boxModel
   * $.browser
   * $.contains()
   * $.each()
   * $.extend()
   * $.globalEval()
   * $.grep()
   * $.inArray()
   * $.isArray()
   * $.isEmptyObject()
   * $.isFunction()
   * $.isNumeric()
   * $.isPlainObject()
   * $.isWindow()
   * $.isXMLDoc()
   * $.makeArray()
   * $.map()
   * $.merge()
   * $.noop()
   * $.now()
   * $.parseHTML()
   * $.parseJSON()
   * $.parseXML()
   * $.proxy()
   * $.support
   * $.trim()
   * $.type()
   * $.unique()

 * jQuery UI 1.10
   
   
   
   
 * Widgets
   * Widget Factory
   * Accordion
   * Autocomplete
   * Button
   * Datepicker
   * Dialog
   * Menu
   * Progressbar
   * Slider
   * Spinner
   * Tabs
   * Tooltip
 * Effects
   * Blind Effect
   * Bounce Effect
   * Clip Effect
   * Drop Effect
   * Explode Effect
   * Fade Effect
   * Fold Effect
   * Highlight Effect
   * Puff Effect
   * Pulsate Effect
   * Scale Effect
   * Shake Effect
   * Size Effect
   * Slide Effect
   * Transfer Effect
 * Interactions
   * Draggable
   * Droppable
   * Mouse
   * Resizable
   * Selectable
   * Sortable
 * Method Overrides
   * .addClass()
   * .focus()
   * .hide()
   * .position()
   * .removeClass()
   * .show()
   * .toggle()
   * .toggleClass()
 * Methods
   * .disableSelection()
   * .effect()
   * .enableSelection()
   * .removeUniqueId()
   * .scrollParent()
   * .switchClass()
   * .uniqueId()
   * .zIndex()
 * Selectors
   * :data() Selector
   * :focusable Selector
   * :tabbable Selector

 * React 0.13
   
   
   
   
 * TOP階層API
 * コンポーネントAPI
 * コンポーネントの仕様
 * コンポーネントライフサイクル
 * タグと属性
 * イベントシステム
 * ネイティブDOMとの相違点
 * 特別な非DOM属性
 * 調停(Reconciliation)
 * React(仮想)DOMの専門用語

 * AngularJS 1.2
   
   
   
   
 * ngモジュール
 * ディレクティブ
   * a
   * form
   * input
   * input[checkbox]
   * input[email]
   * input[number]
   * input[radio]
   * input[text]
   * input[url]
   * ngApp
   * ngBind
   * ngBindHtml
   * ngBindTemplate
   * ngBlur
   * ngChange
   * ngChecked
   * ngClass
   * ngClassEven
   * ngClassOdd
   * ngClick
   * ngCloak
   * ngController
   * ngCopy
   * ngCsp
   * ngCut
   * ngDblclick
   * ngDisabled
   * ngFocus
   * ngForm
   * ngHide
   * ngHref
   * ngIf
   * ngInclude
   * ngInit
   * ngKeydown
   * ngKeypress
   * ngKeyup
   * ngList
   * ngModel
   * ngMousedown
   * ngMouseenter
   * ngMouseleave
   * ngMousemove
   * ngMouseover
   * ngMouseup
   * ngNonBindable
   * ngOpen
   * ngPaste
   * ngPluralize
   * ngReadonly
   * ngRepeat
   * ngSelected
   * ngShow
   * ngSrc
   * ngSrcset
   * ngStyle
   * ngSubmit
   * ngSwitch
   * ngTransclude
   * ngValue
   * script
   * select
   * textarea
 * フィルター
   * currency
   * date
   * filter
   * json
   * limitTo
   * lowercase
   * number
   * orderBy
   * uppercase
 * サービス
   * $anchorScroll
   * $animate
   * $animateProvider
   * $cacheFactory
   * $compile
   * $compileProvider
   * $controller
   * $controllerProvider
   * $document
   * $exceptionHandler
   * $filter
   * $filterProvider
   * $http
   * $httpBackend
   * $interpolate
   * $interpolateProvider
   * $interval
   * $locale
   * $location
   * $locationProvider
   * $log
   * $logProvider
   * $parse
   * $parseProvider
   * $q
   * $rootElement
   * $rootScope
   * $rootScopeProvider
   * $sce
   * $sceProvider
   * $sceDelegate
   * $sceDelegateProvider
   * $templateCache
   * $timeout
   * $window
 * 型
   * angular.Module
   * ng.$compile.directive.Attributes
   * ng.$rootScope.Scope
   * form.FormController
   * ngModel.NgModelController
 * グローバルAPI
   * angular.bind
   * angular.bootstrap
   * angular.copy
   * angular.element
   * angular.equals
   * angular.extend
   * angular.forEach
   * angular.fromJson
   * angular.identity
   * angular.injector
   * angular.isArray
   * angular.isDate
   * angular.isDefined
   * angular.isElement
   * angular.isFunction
   * angular.isNumber
   * angular.isObject
   * angular.isString
   * angular.isUndefined
   * angular.lowercase
   * angular.mock
   * angular.module
   * angular.noop
   * angular.toJson
   * angular.uppercase
   * angular.version
 * ngMockモジュール
 * サービス
   * $exceptionHandler
   * $exceptionHandlerProvider
   * $httpBackend
   * $interval
   * $log
   * $timeout
 * グローバルAPI
   * angular.mock.dump
   * angular.mock.inject
   * angular.mock.module
   * angular.mock.TzDate
 * AUTOモジュール
 * サービス
   * $injector
   * $provide
 * ngAnimateモジュール
 * サービス
   * $animate
   * $animateProvider
 * ngCookiesモジュール
 * サービス
   * $cookies
   * $cookieStore
 * ngMockE2Eモジュール
 * サービス
   * $httpBackend
 * ngResourceモジュール
 * サービス
   * $resource
 * ngRouteモジュール
 * サービス
   * $route
   * $routeProvider
   * $routeParams
 * ディレクティブ
   * ngView
 * ngSanitizeモジュール
 * フィルター
   * linky
 * サービス
   * $sanitize
 * ngTouchモジュール
 * ディレクティブ
   * ngClick
   * ngSwipeLeft
   * ngSwipeRight
 * サービス
   * $swipe

 * Grunt 0.4
   
   
   
   
 * API
   * grunt
   * grunt.config
   * grunt.event
   * grunt.fail
   * grunt.file
   * grunt.log
   * grunt.option
   * grunt.task
   * grunt.template
   * grunt.util
 * Other
   * Inside Tasks
   * Exit Codes


JAVASCRIPT 日本語リファレンス


このサイトについて

リファレンスの翻訳を中心に、JavaScriptに関する情報を取り扱うサイトです。 現在、公開しているJavaScript関連の情報です。

JavaScript Mozilla Developer Networkの内容を翻訳して公開しています。 jQuery jQuery
公式サイトの内容を翻訳して公開しています。 jQuery UI jQuery UI公式サイトの内容を翻訳して公開しています。 React
React公式サイトの内容を翻訳して公開しています。 AngularJS AngularJS公式サイトの内容を翻訳して公開しています。 Grunt
Grunt公式サイトの内容を翻訳して公開しています。 API・ソーシャル連携
Facebook等のAPIやソーシャルプラグインでjavaScriptに関係する英文の説明を日本語訳にしたリファレンスです。


NEWS

2013.08.02 Facebookのいいねボタンを追加しました。 2013.04.15 サイトをオープンしました。 2013.03.13
ver1.9の内容に更新しました。 2013.02.28 jQuery UI日本語リファレンスを公開しました。 2012.12.02
jQueryの似ているAPIまとめ 2012.10.13 サイトをオープンしました。

 Back to top

© 2010 - 2017 STUDIO KINGDOM