Maybe I should start using fiddle....
While doing my own test, I found something:
I am selecting several elements for the view:
$('.myTemplateElements').html(.....
I now see that only the last element in the set of elements is updated with live binding. When the template is first loaded all elements will be set. But there seems to be live binding only on the last.
Is that intentional?
While doing my own test, I found something:
I am selecting several elements for the view:
$('.myTemplateElements').html(.....
I now see that only the last element in the set of elements is updated with live binding. When the template is first loaded all elements will be set. But there seems to be live binding only on the last.
Is that intentional?