想學 jQuery 嗎?沒問題!免費全套 jQeury 影音教學送給你!
(還可以把影片下載離線觀看喔!)
昨天聊了我在某大學推廣部教 JavaScript 與 jQuery,就有網友發私訊詢問怎麼學 jQeury。我剛好有一套免費的 jQuery 影音教學,不忍藏私,所以就把它拿出來分享給大家。
完整大綱、影片長度、超連結如下所示,請參考:
Introduction 38s
- Welcome 38s
The Basics 1h 35m 14s
- Hello jQuery 10m 59s
- Not So Fast, jQuery 7m
- The Basics of Querying the DOM 15m 54s
- Events 101 20m 56s
- Events 201 15m 42s
- Bind...Live...Delegate...Huh? 10m 49s
- Creating and Appending Content 13m 54s
Effects 2h 42m 53s
- Slides and Structure 23m 47s
- The this Keyword 10m 10s
- Modifying Effect Speeds 6m 34s
- Creating Custom Effect Methods 7m 16s
- Full Control With animate 22m 8s
- Homework Solutions 12m 16s
- The Obligatory Slider (First Stab) 32m 51s
- Prototypal Inheritance and Refactoring the Slider 34m 3s
- Your Questions Answered 13m 48s
Utilities 1h 30s
- $.each and Templating 13m 38s
- Say Hello to Handlebars 15m 18s
- The Twitter API 22m 12s
- Filtering with jQuery.grep 9m 22s
Custom Events 25m 18s
- Custom Events and the Observer Pattern 25m 18s
AJAX 1h 34m 29s
- Loading Pages Asynchronously 11m 20s
- Interacting with the Server-Side 11m 25s
- PHP and jQuery: Part 1 22m 38s
- PHP and jQuery: Part 2 29m 2s
- Deferreds 20m 4s
Plugin Development 45m 58s
- Head First Into Plugin Development 45m 58s
Exit 1m 6s
- Goodbye
https://tutsplus.com/course/30-days-to-learn-jquery/
同時也有10000部Youtube影片,追蹤數超過62萬的網紅Bryan Wee,也在其Youtube影片中提到,...
「jquery plugin教學」的推薦目錄:
- 關於jquery plugin教學 在 紀老師程式教學網 Facebook
- 關於jquery plugin教學 在 香腸炒魷魚 Facebook
- 關於jquery plugin教學 在 Bryan Wee Youtube
- 關於jquery plugin教學 在 Travel Thirsty Youtube
- 關於jquery plugin教學 在 スキマスイッチ - 「全力少年」Music Video : SUKIMASWITCH / ZENRYOKU SHOUNEN Music Video Youtube
- 關於jquery plugin教學 在 [問題] jquery plugin blockUI 想要block某區塊- 看板Ajax 的評價
- 關於jquery plugin教學 在 jQuery Plugin introduction Tutorial in Hindi / Urdu - YouTube 的評價
- 關於jquery plugin教學 在 jquery validate2023-在Facebook/IG/Youtube上的焦點新聞和 ... 的評價
jquery plugin教學 在 香腸炒魷魚 Facebook 八卦
【自製首頁大圖輪播】 #jQuery
首頁大圖輪播最簡單的jQuery套件: Cycle~
■ 教學:http://sofree.cc/jquery-cycle-plugin/
jquery plugin教學 在 Bryan Wee Youtube 的評價
jquery plugin教學 在 Travel Thirsty Youtube 的評價
jquery plugin教學 在 スキマスイッチ - 「全力少年」Music Video : SUKIMASWITCH / ZENRYOKU SHOUNEN Music Video Youtube 的評價
jquery plugin教學 在 jQuery Plugin introduction Tutorial in Hindi / Urdu - YouTube 的八卦
In this tutorial you will learn jquery plugin tutorial in Hindi, Urdu.You can learn how to add jQuery plugin in html file with example in ... ... <看更多>
jquery plugin教學 在 jquery validate2023-在Facebook/IG/Youtube上的焦點新聞和 ... 的八卦
https://www.sitepoint.com/basic-jquery-form-validation-tutorial/... Step 1: Include jQuery · Step 2: Include the jQuery Validation Plugin · Step 3: Create the ... ... <看更多>
jquery plugin教學 在 [問題] jquery plugin blockUI 想要block某區塊- 看板Ajax 的八卦
小弟我使用 blockUI
(jQuery的一個plugin https://www.malsup.com/jquery/block/#element)
按照官方網站的教學
$.blockUI({ message: "TEST" });
可以正常將整個網頁變黑, 然後彈出一框框顯示 TEST
我想要只將某個div變黑
按照官網的教學應該是
$('div#main').blockUI({ message: "TEST" });
可是我卻無法正常執行
瀏覽器出現這樣的錯誤
Uncaught TypeError: Object [object Object] has no method 'blockUI'
讓我不知道該怎麼辦
板上有沒有高手也使用這套外掛的呢??
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 219.71.73.28
※ 編輯: aiueoH 來自: 219.71.73.28 (07/05 19:48)
啊 小弟眼殘了 @_@ 謝謝提醒
※ 編輯: aiueoH 來自: 219.71.73.28 (07/06 09:56)
... <看更多>