toggle buttons on row click
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$(function() {
|
||||
$(".controls").hide();
|
||||
$(".name").click(function(e) {
|
||||
$(this).next(".controls").toggle();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user