2015年3月5日木曜日

開発環境

  • OS X Yosemite - Apple (OS)
  • Safari, Firefox, Google Chrome(Webプラウザ)
  • Emacs (CUI)、BBEdit - Bare Bones Software, Inc.(GUI) (Text Editor)
  • JavaScript (プログラミング言語)

Head First jQuery(Ryan Benedetti(著)、Ronan Cranley(著)、O'Reilly Media)のChapter 7(Custom Functions for Custom Effects: What Have You Done for Me Lately?)、JQUERY MAGNETS(No. 3688)を解いてみる。

その他参考書籍

JQUERY MAGNETS(No. 3688)

JavaScript(BBEdit, Emacs)

var getLightning = function () {

    },
    stopLighting = function () {

    };
        
window.onfocus = getLightning;
window.onblur = stopLightning;

index3522.html

0 コメント:

コメントを投稿