- From: Olav Junker Kjær <olav@olav.dk>
- Date: Wed, 23 Mar 2005 21:46:35 +0100
Dean Edwards wrote: > Yes you would have to iterate over each element to attach the repetition > template interface. Olav Junker Kj?r provided a solution to this speed > this up a little: It should be said that the expression-based solution improves the initial rendering, but slows the page considerably afterwards, since the CSS expressions are recalculated continuously. The expression rules could be removed after initial rendering to improve performance, but then it wont work if the repeat attribute is added to an element dynamically. So its not the perfect solution. regards Olav Junker Kj?r
Received on Wednesday, 23 March 2005 12:46:35 UTC