Reputation: 6951
just curious if there is a way to trigger operation (or attach event to) once the jQuery.template( name, template )
method completes the rendering.
Upvotes: 1
Views: 1285
Reputation: 28844
The $.tmpl method executes synchronously as far as i can see. Why not just put the operation on the next line? "It won't run until the render is complete.
Upvotes: 4