想學 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/
「jquery effect」的推薦目錄:
- 關於jquery effect 在 紀老師程式教學網 Facebook 的精選貼文
- 關於jquery effect 在 紀老師程式教學網 Facebook 的最讚貼文
- 關於jquery effect 在 紀老師程式教學網 Facebook 的最佳貼文
- 關於jquery effect 在 The official jQuery user interface library. - GitHub 的評價
- 關於jquery effect 在 jQuery "$(...).effect is not a function" - Stack Overflow 的評價
- 關於jquery effect 在 jQuery UI Interactions and Effects for Shiny • shinyjqui 的評價
jquery effect 在 紀老師程式教學網 Facebook 的最讚貼文
[WebTech #74] CSS > 4. CSS 範例 > 4-5 圖形處理 > 4-5-3 幻燈秀
如果你不想小家子氣地秀一些「縮圖」,何妨把它們放大後做成幻燈秀?這邊有一些幻燈秀的效果,您都可以看線上示範、並且免費取得原始碼喔!
先介紹點一般的幻燈秀:
(1) http://tympanus.net/codrops/2012/04/30/fluid-css3-slideshow-with-parallax-effect/
(2) http://tympanus.net/codrops/2012/06/05/fullscreen-slit-slider-with-jquery-and-css3/
(3) http://tympanus.net/codrops/2011/10/10/circle-navigation-effect-with-css3/
(4) http://www.inserthtml.com/2012/09/flipbook-jquery-css/
(5) http://designmodo.com/slider-css3/
底下也是幻燈秀,不過效果非常絢麗:
(1) http://tympanus.net/codrops/2010/06/27/beautiful-photo-stack-gallery-with-jquery-and-css3/
(2) http://coding.smashingmagazine.com/2012/04/25/pure-css3-cycling-slideshow/
(3) http://tutorialzine.com/2012/03/instagram-magazine-php-jquery/
(4) http://tympanus.net/codrops/2012/06/06/image-accordion-with-css3/
這個嚴格上來講不算幻燈秀,應該算「照片濾鏡」。不過因為也可以與幻燈秀一起用,我就放在這裡了:
(1) http://www.inserthtml.com/2012/06/css-filters/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
jquery effect 在 紀老師程式教學網 Facebook 的最佳貼文
[WebTech #73] CSS > 4. CSS 範例 > 4-5 圖形處理 > 4-5-2 游標凌空特效
目前國外的網頁設計風格,正在流行所謂「高效响應風格」(High Responsive Style)。所謂「高效响應風格」,就是使用者做任何事情,畫面都得有個反應,讓使用者潛意識確認「我做對了!」。而「游標凌空特效」(Hover Effect),更是這次「高效响應風」裡,必備的要素之一。
所謂「游標凌空特效」,就是你將滑鼠游標移至可點選、或是希望使用者注意的地方時,都得有「放大」、「糊化(Blur)」...等特效,來吸引使用者。這裡我幫大家整理了一些「游標凌空特效」,希望大家喜歡:
(1) http://tympanus.net/codrops/2012/06/18/3d-thumbnail-hover-effects/
(2) http://tympanus.net/TipsTricks/DirectionAwareHoverEffect/
(3) http://tympanus.net/codrops/2011/11/02/original-hover-effects-with-css3/
(4) http://tympanus.net/codrops/2012/05/14/annotation-overlay-effect-with-css3/
(5) http://tympanus.net/codrops/2012/08/08/circle-hover-effects-with-css-transitions/
(6) http://www.freshdesignweb.com/css3-hover-effects-with-websymbols-tutorial.html
(7) http://www.hongkiat.com/blog/css3-image-captions/
---
最棒的 CSS Selector 或 Properties 線上參考手冊:
(進入後,Selector 在中央,Properties 在左下選單)
http://www.w3schools.com/cssref/css_selectors.asp
jquery effect 在 jQuery UI Interactions and Effects for Shiny • shinyjqui 的推薦與評價
The shinyjqui package is an R wrapper for jQuery UI javascript library. It allows user to easily add interactions and animation effects to a shiny app. ... <看更多>
jquery effect 在 The official jQuery user interface library. - GitHub 的推薦與評價
jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of jQuery. Whether you're building highly interactive ... ... <看更多>