Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Are two way bindings happening?

$
0
0
2-way binding is useful in certain form-based scenarios.  It's not hard to do something like:

"change": function(el){
  this.options.model.attr( el.formParams() )
}

w/ jQuery++

2-way live binding will likely be present in 1.2 as an official plugin, but may not be core.  

For now, I've been adding support in canui: https://github.com/bitovi/canui/tree/master/form.



Viewing all articles
Browse latest Browse all 3491

Trending Articles