Input border width in the input box:

Border Width :

Hello World
<div sj-app="">
 
<p>Input border width in the input box:</p>
<p>Border Width : <input type="text" sj-model="this.border" placeholder="Enter border width"></p>
<table sj-attr-border="this.border">
    <tr>
        <td>Hello World</td>
    </tr>
</table>

</div>

back to index