Search code examples
javascriptjqueryjsviews

Can I hook in jsviews to fire my own function when data is linked


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?


Solution

  • It's not as I suggest. I don't understand my own code.