details hide by default
This commit is contained in:
parent
b09b941321
commit
4de195ad5f
@ -263,6 +263,7 @@
|
||||
}
|
||||
|
||||
:javascript
|
||||
$('.detail').hide()
|
||||
$('.plus').click(function(event){
|
||||
console.log(event.currentTarget);
|
||||
$(event.currentTarget).parent().parent().next('tbody.detail').toggle();
|
||||
|
Reference in New Issue
Block a user