I want a cgi script to run whenever a link is clicked on. I thought I
had it working but the cgi script does not seem to be getting called.
Below is code I am using. When using the $.get command I had to make
it $(document).get for it to work properly.
Any help would be greatly appreciated.
Th
en able to find similar features in jQuery.
On Jan 27, 7:13 pm, donb wrote:
> $("tr:odd","table.stripeme").addClass('altcolor');
>
> is a way to stripe the rows. It is assumed there is a class
> 'altcolor' with a suitable background-color defi
en able to find similar features in jQuery.
On Jan 27, 7:13 pm, donb wrote:
> $("tr:odd","table.stripeme").addClass('altcolor');
>
> is a way to stripe the rows. It is assumed there is a class
> 'altcolor' with a suitable background-color defi
I have some code that reads an xml file and outputs to a table. I
would like the rows to have alternate colors but cannot get it to work
properly. Below is my code. Hope someone can help.
Thanks!
tr.alt td {background:#e1e7e8;}
tr.over td {background::#99a4a4;}
4 matches
Mail list logo