synapse
synapse copied to clipboard
Hooks to support data binding between virtually any object.
I would like to use tire.js (http://tirejs.com/) or chilbi(https://github.com/kylebarrow/chibi) as a jQuery substitute. Would this be OK? Are you using other things apart from Event handling in jQuery? Thanks
Can you list other advantages apart from file size and no use of extra code in HTML templates? Are there any benchmarks?
I would like to try Synapse out. Coming from Knockout, I would like to replicate my code using Synapse for comparison. Is there an example that uses plain JavaScript Objects...
I receive a few emails from time to time asking if the project is abandoned. The answer is **no**, it's not, but I have had no reason to update it...
Currently only one binding can be setup at a time, but it would be very useful to something like: ``` coffeescript template = ' ' fragment = $(template) model =...
Currently `syncWith()` takes no options, AFAICT. (Contradicting the docs, BTW) It would be nice to be able to bidirectionally link two objects that don't share the same interface. Unfortunately, the...
This would allow for checking off the hooks needed for the build and downloading a minified single file of the code.
One thing I go back and forth with is which aspect of the binding is the focal point. An example of a _target_-focused configuration: ``` javascript Synapse(':checkbox').notify({ 'h1': 'visible', ':text':...