[jQuery] Using .get to call perl script - Does not seem to be working

2009-04-30 Thread septemberbrain
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

[jQuery] Re: Alternate row colors using Ajax

2009-01-28 Thread septemberbrain
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

[jQuery] Re: Alternate row colors using Ajax

2009-01-28 Thread septemberbrain
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

[jQuery] Alternate row colors using Ajax

2009-01-27 Thread septemberbrain
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;}