タグ

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

  • 関連タグはありません

タグの絞り込みを解除

JavaScriptとjQueryとKnockoutに関するKimuraのブックマーク (1)

  • Knockout : Home

    Simplify dynamic JavaScript UIs with the Model-View-View Model (MVVM) pattern Declarative Bindings Easily associate DOM elements with model data using a concise, readable syntax Automatic UI Refresh When your data model's state changes, your UI updates automatically Dependency Tracking Implicitly set up chains of relationships between model data, to transform and combine it Templating Quickly gene

    Kimura
    Kimura 2011/10/06
    jQueryの上に構築されるJavaScriptフレームワーク。HTML5のdata-bind属性を使って面倒なDOM操作不要。なんかより直感的に簡単に記述できそう。jQuery Templatesプラグインとも連係できるらしい。短いコードで結構なことができる予感
  • 1