forked from science-ation/science-ation
We can do the first child thing with CSS, no need to call any
javascript.
This commit is contained in:
parent
994759d660
commit
74ecb60f90
@ -71,10 +71,6 @@ function report_gen(id) {
|
|||||||
/* Stuff to do after the document loads */
|
/* Stuff to do after the document loads */
|
||||||
$(document).ready(function()
|
$(document).ready(function()
|
||||||
{
|
{
|
||||||
/* Do label/input styles on all edit tables */
|
|
||||||
$(".editor tr td:first-child").addClass('label');
|
|
||||||
$(".editor tr td:nth-child(2)").addClass('input');
|
|
||||||
|
|
||||||
/* Stripe tableviews */
|
/* Stripe tableviews */
|
||||||
$(".tableview tr:even").addClass('even');
|
$(".tableview tr:even").addClass('even');
|
||||||
$(".tableview tr:odd").addClass('odd');
|
$(".tableview tr:odd").addClass('odd');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user