jQuery 動態網站入門 1st Edition 白話

整個課程介紹最基本最基本既 jQuery 使用,包括以下各個範疇:

  • jQuery 如何改變 HTML DOM Element。
  • 使用 addClass / removeClass 來改變 HTML Element 狀態。
  • 不同事件處理 Event Handling。
  • 構建 Slideshow 圖片幻燈片。
  • 使用 AJAX 存取網絡資源。
  • 建立 Plugin 重用常用代碼。

而在我們這個課程,大部份例子會使用 Codepen 來呈現。Codepen 喺一個輕量網上編輯器,支援 HTML/CSS/JavaScript 及他們的 Pre-Processor。

使用 Codepen 基本使用

*更高深詳情請參閱 Mobile Web Development 課程。

Table of Content

  1.   參考網址及書籍
  2. 📖 第一章:初探 jQuery
  3. 📖 第二章:jQuery Selector 選取目標元素
  4. 📖 第三章 事件處理 Events and Function handler
  5. 📖 第四章 AJAX and JSON

Course material last updated at: 2019-06-02.

Comments

no comments yet.