jQuery template on complete render event -


just curious if there way trigger operation (or attach event to) once jquery.template( name, template ) method completes rendering.

the $.tmpl method executes synchronously far can see. why not put operation on next line? "it won't run until render complete.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -