| Header text
|
Example
|
| Example
|
Example
|
| Function (click)
|
| Example123
|
Example123xx
|
| Example32323
|
tete
|
| Examplzxczxc
|
asdas
|
| Example32asdasd
|
34234
|
| Example890890
|
zxcxc
|
| Example3232312323
|
gdfg
|
| Armor
|
Example
|
| Shield
|
Example
|
| Header text
|
Example
|
| Example
|
Example
|
| Function (click)
|
| Example123
|
Example123xx
|
| Example32323
|
tete
|
| Examplzxczxc
|
asdas
|
| Example32asdasd
|
34234
|
| Example890890
|
zxcxc
|
| Example3232312323
|
gdfg
|
| Armor
|
Example
|
| Shield
|
Example
|
.JS-Toggle-Row {
display: none;
}
$(document).ready(function() {
$('.JS-Toggle').click(function() {
$(this).closest('table').find('.JS-Toggle-Row').toggle();
});
});