Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

Re : Animation: DOM events on observable elements without memory leaks

$
0
0
This should be pretty easily solved by using the `each` helper instead of {{#items}}. One additional (and important) feature of the each helper is that it only adds and removes specific items from the DOM where the normal iterator re-renders the entire list. Update Fiddle: http://jsfiddle.net/cCZnE/6/

Viewing all articles
Browse latest Browse all 3491

Trending Articles