きれいなテンプレート-PURE

最近、 PUREと呼ばれる興味深いテンプレートエンジンを発見しました。



使いやすく、 優れたWebサイトがあり、さまざまなJavaScriptライブラリ(Prototype、jQuery、MooTools、Sizzle、Dojo)もサポートしています。

< table id ="players1" class ="players 1" >

< thead >

< tr >< th class ="player" > Player </ th ></ tr >

</ thead >

< tbody >

< tr class ="context" >

< td class ="player context" > Chloe </ td >

</ tr >

</ tbody >

</ table >




* This source code was highlighted with Source Code Highlighter .




var context = [ "Alice Keasler" , "Charles LeGrand" , "Gary Bitemning" , "Helen Moren" ];

$( '#players1' ).autoRender(context);




* This source code was highlighted with Source Code Highlighter .







All Articles