Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

文章標籤: Reference

找到 24 份文件

  • Mozilla/Tech Mozilla has several technologies used as components of its projects. These are documented here. ...
  • Web/API/AnalyserNode The AnalyserNode interface represents a node able to provide real-time frequency and time-domain ...
  • Web/API/AnimationEvent AnimationEvent 介面表現提供 動畫 相關資訊的事件。
  • Web/API/CSS_Object_Model The CSS Object Model is a set of APIs allowing to manipulate CSS from JavaScript. It is the ...
  • Web/API/document Document 介面代表所有在瀏覽器中載入的網頁,也是作為網頁內容 DOM 樹 (包含如 body 、 table 與其它的 元素 )的進入點。 Document ...
  • Web/API/document/readyState document 的 Document.readyState 屬性描述文件的讀取狀態。
  • Web/API/Element/clientHeight Element.clientHeight 唯讀屬性會回傳元素內部高度(像素),包含 padding 但並未包含水平滾動條、border、margin。
  • Web/API/Element/scrollHeight Element.scrollHeight 是衡量元素包含因為 overflow 而沒顯示在螢幕上的內容高度的唯讀屬性. scrollHeight 的值相等於元素要求 clientHeight ...
  • Web/API/Element/scrollTop Element.scrollTop 屬性可以設置和獲取元素被向上捲動的高度(pixels). 元素的 scrollTop 是元素頂端和能被看見的最頂端之間的距離. 當元素並未產生滾動條, 那麼 ...
  • Web/API/Event Event 介面定義了 DOM 物件的所有事件,包括每一個事件物件的共同屬性和方法。
  • Web/API/Geolocation Geolocation 介面代表一個物件可以透過你的網頁程式去獲得你的裝置位置。這個介面提供了網站或應用程式根據使用者的位置去客製化呈現的內容。
  • Web/API/HTMLCanvasElement HTMLCanvasElement 接口提供控制 canvas 元素的屬性和方法. HTMLCanvasElement 接口也繼承了 HTMLElement 接口的屬性和方法.
  • Web/API/Navigator The Navigator interface represents the state and the identity of the user agent. It allows ...
  • Web/API/Node Node 是一個被多種 DOM 類型繼承的介面,它讓各種類型的 DOM 都能以同樣的方式來操作。
  • Web/CSS/:first-child :first-child 是 CSS 當中的一種 偽類別(pseudo-class) ,代表任何身為長子的元素(親元素的第一個子元素)。
  • Web/CSS/CSS_Animations CSS Animations is a module of CSS that defines how to animate the values of CSS properties over ...
  • Web/CSS/CSS_Colors CSS Colors is a module of CSS that deals with colors, color types and transparency.
  • Web/HTML/Element/optgroup In a Web form, the HTML optgroup element creates a grouping of options within a select element.
  • Web/JavaScript/Reference/Global_Objects/Error Error 建構函式能用來建立一個 error 物件。當執行期間發生錯誤時, Error 物件實體會被拋出。 Error 物件也可作為自訂例外的基礎物件,請參考下方的標準內建錯誤類型。
  • Web/JavaScript/Reference/Global_Objects/JSON JSON 物件包含了解析、或是轉換為 JavaScript Object Notation ( JSON )格式的方法。這物件不能被呼叫或建構;而除了它的兩個方法屬性以外,本身也沒有特別的功能。
  • Web/JavaScript/Reference/Global_Objects/Math Math is a built-in object that has properties and methods for mathematical constants and ...
  • Web/JavaScript/Reference/Global_Objects/Math/round Math.round() 函數回傳四捨五入後的近似值.
  • Web/JavaScript/Reference/Global_Objects/Number The Number JavaScript object is a wrapper object allowing you to work with numerical values. A ...
  • Web/Reference It is recommended that you already got started with the web , however it isn't absolutely necessary.