「Knockout.js/textバインディング」の版間の差分

imported>Administrator
編集の要約なし
imported>Administrator
 
(同じ利用者による、間の1版が非表示)
28行目: 28行目:
   <script type="text/javascript">
   <script type="text/javascript">
     jQuery(function() {
     jQuery(function() {
       // モデル
       // ビューモデル
       var AppViewModel = function() {
       var AppViewModel = function() {
         this.message = ko.observable("hello, world");
         this.message = ko.observable("hello, world");