After the template is rendered i need to make changes based on a field inside the template. Here I have done a not working example : http://jsfiddle.net/DrZ25/3/
jsRender renders the template and changing each lines input field changes the year in the example, but if new movies are added to the list – no change is made
Any option to make this working?
You have to use
liveto bind the event oninput.
Check this working link