good row toggle
This commit is contained in:
parent
b326714143
commit
ffde763650
|
@ -9,7 +9,7 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$('.shipRow').click(function() {
|
$('.shipRow').click(function() {
|
||||||
var $goodRow = $(this).next();
|
var $goodRow = $(this).next();
|
||||||
$goodRow.slideToggle();
|
$goodRow.toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
$('.prevBtn').click(function() {
|
$('.prevBtn').click(function() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user