how to fade in items sequentially while using jquery templates
问题 Hey guys I am trying to fade in a list of items sequentially while using jquery templates. I've seen how to do this without the use of jquery templates but not sure about how to do so when using them. Here's the effect I am going for: http://demos.coolajax.net/jquery/sequential_fadein_fadeout/ Here's my template code: $template.tmpl(formattedData).appendTo($el); Thanks for any help! Update: I think something like the following is what I need to do... $template.tmpl(formattedData).appendTo($el