"Subscription Cart"
Bootstrap 2.3.2 Snippet by msurguy

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container" style="width:60%">
<h1>I want these products</h1>
<table class="table">
<thead>
<tr>
<th>
<h3>Group 1</h3>
</th>
</tr>
</thead>
<tbody>
<tr>
<td>Product 1</td>
<td>Small</td>
<td>
<input type="number" style="width: 45px; padding: 1px" value="0">
</td>
<td>Medium</td>
<td>
<input type="number" style="width: 45px; padding: 1px" value="0">
</td>
<td>Large</td>
<td>
<input type="number" style="width: 45px; padding: 1px" value="0">
</td>
<td>Ultra</td>
<td>
<input type="number" style="width: 45px; padding: 1px" value="0">
</td>
</tr>
<tr>
<td>Product 2</td>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: