不過通常做 template 會需要用到遞歸方式, 所以只好用下列函數來傳回html code.
function get_template (type , data ){
$.template( "template", $('#tmp_'+type).html());
return $("<div />").append($.tmpl( "template",data)).html();
}
Plugin : http://api.jquery.com/jquery.tmpl
沒有留言:
張貼留言