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

imported>Administrator
imported>Administrator
 
43行目: 43行目:
   <script type="text/javascript">
   <script type="text/javascript">
     jQuery(function() {
     jQuery(function() {
       // モデル
       // ビューモデル
       var AppViewModel = function() {
       var AppViewModel = function() {
         this.url  = ko.observable("http://knockoutjs.com/");
         this.url  = ko.observable("http://knockoutjs.com/");