codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

JS Experiments #133

Closed bengolder closed 9 years ago

bengolder commented 9 years ago

This branch is a place to experiment with javascript functionality. It should not cause any significant interference to files other than templates/template_prototyping.html, other than doing basic clean up or adding class names to template includes.

We should merge this branch when the experiments are complete and if we like their example implementation. Please feel free to propose specific cases that should be tested.

What is being worked on here:

bengolder commented 9 years ago

Added a basic data binding example, in a very similar manner to the conditional display. Note that the receiving element doesn't change until the originating field loses focus. data_binding