タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

JavaScriptとJSANに関するantipopのブックマーク (2)

  • JSAN-0.10 - ドキュメント - FAX

    翻訳 原文:JSAN-0.10 - DocumentationCopyright (c) 2005 Casey West. All rights reserved. 名前JSAN - JavaScript Archive Network概要 // または、ライブラリの中では if (typeof JSAN != 'undefined') { JSAN.use('Some.Library'); } 詳細このライブラリは、古典的なプログラミング言語に備わる振る舞いをJavaScriptへ追加します。そして、きちんと設計されモジュールに分けられたコードを作成するために必要な機能をプログラマに提供します。クラスプロパティglobalScope JSAN.globalScope = _player; globalScopeには、デフォルトでselfの値がセットされます。これはウェブブラウザでは上手く

    antipop
    antipop 2005/09/11
    JSAN-0.10 のドキュメント和訳。
  • Working With the DOM Without a Framework - openjsan

    Frameworks are useful, but a lot of interface work needs nothing more than the browser. The DOM API has improved steadily, and the methods that once required a helper library are now built in and consistent across browsers. Knowing the native API makes framework code easier to reason about and makes small projects far lighter. Selecting elements Two methods cover almost every case. querySelector r

    Working With the DOM Without a Framework - openjsan
    antipop
    antipop 2005/08/27
    要素が利用可能になったときに、コールバック関数を読んであれこれしてくれる。便利っぽげー。
  • 1