2007-01-26から1日間の記事一覧

Webフォームでダイナミックな繰返し。

repetitionmodel WHATWG Web Forms 2.0 (HTML5) Repetition Model Cross-browser Implementation 動いている様は、ここで見る事が出来るですよ。 <form> <table> <thead> <tr> <th>Product</th> <th>Quantity</th> </tr> </thead> </tbody> <tr id="order" repeat="template" repeat-start="3"> <td></td></tr>