Rivets.js數(shù)據(jù)綁定和模板系統(tǒng)
Rivets.js 是一個(gè)輕量級(jí)的數(shù)據(jù)綁定和模板系統(tǒng),用于構(gòu)建數(shù)據(jù)驅(qū)動(dòng)的視圖界面。可方便將前端MV(C|VM|P)的各個(gè)方面集成到你的業(yè)務(wù)流程中。
使用方法:
<section id="auction">
<h3>{ auction.product.name }</h3>
<p>Current bid: { auction.currentBid | money }</p>
<aside rv-if="auction.timeLeft | lt 120">
Hurry up! There is { auction.timeLeft | time } left.
</aside>
</section>
rivets.bind($('#auction'), {auction: auction})
評(píng)論
圖片
表情
