I have found that jsviews
performs the render at some indeterminate moment in the future after calling link
. I would like to add some some that relies on the DOM content generated by the template. How can I do this?
Asked
Active
Viewed 48 times
-1

Nicole
- 699
- 1
- 5
- 15
1 Answers
0
It's not as I suggest. I don't understand my own code.

Nicole
- 699
- 1
- 5
- 15
-
JsViews does the render at the time you call the link method. Then if there is data-bound content (data-linked elements - using data-link="..." or tags, using {^{...}}), that content will update synchronously when the underlying data changes. (It must change 'observably'). See all the doc topics on http://www.jsviews.com. Take a look too at all the sample within the content on that site, and the specific samples menu too... – BorisMoore Apr 18 '14 at 04:33