GDB
GDB copied to clipboard
Generic Data Binder (GDB) for jQuery is a framework agnostic and extremely easy to use 2 way data binder. GDB binds views and models in realtime with live two-way binding and no hefty framework necess...
Wonderful binder, thanks for your work on this. I've run across a situation where the binding no longer works as expected. When replacing a bound array, the binding isn't being...
Hi John, You may be interested in this article [Two-Way Data Binding](http://n12v.com/2-way-data-binding/). I've added a comment mentioning GDB.
The "input" event does not fire on contenteditable fields in Internet Explorer despite the fact the Internet Explorer 9+ supports the "input" event. Because IE supports the "input" event, the...
Something I've been thinking about recently is the ability to create a model by parsing the specified dom branch. Most of my use for 2 way bindings is with Bootstrap...
Add more usage examples showing more powerful capabilities.
Add ability to use new HTML5 form elements such as ``,``, and ``