Implement table pagination with jQuery

This commit is contained in:
Eike Foken
2011-08-07 16:02:57 +02:00
parent 4d55e2ff71
commit 4040c40d69
4 changed files with 90 additions and 17 deletions

View File

@@ -34,5 +34,13 @@ table .odd {
background: #f6f6f6;
}
table tbody tr:nth-child(even) {background: #fff}
table tbody tr:nth-child(odd) {background: #f6f6f6}
table .even {
background: #fff;
}
table .hover {
background: #f0f0f0;
}
/*table tbody tr:nth-child(even) {background: #fff}
table tbody tr:nth-child(odd) {background: #f6f6f6}*/