Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-16 Thread Tedd Sperling
On Jan 13, 2013, at 10:12 PM, Anthony agav...@gmail.com wrote: The zebra stripes effect doesn't work... Did you know you could do that with php? Here's an example: http://webbytedd.com/b/color-rows/ The page should have a .php suffix -- or -- a htaccess file that calls the php

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-16 Thread Blake Haswell
Or CSS: http://css-tricks.com/snippets/css/css3-zebra-striping-a-table/ -- Blake Haswell http://simpleweb.com.au/ Tedd Sperling wrote: On Jan 13, 2013, at 10:12 PM, Anthonyagav...@gmail.com wrote: The zebra stripes effect doesn't work... Did you know you could do that with php? Here's

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-14 Thread Philippe Wittenbergh
Le 14 janv. 2013 à 12:12, Anthony agav...@gmail.com a écrit : What am I missing? ::sigh:: Without a link, it is impossible to help you. Have you checked with the debugging tools provided by most browsers? Error consoles, WebKit inspector, Firebug, etc will provide you with lots of

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-14 Thread Anthony
My main issue is that the javascript code is not appending an odd class for each tr. Maybe it's just my expectations of what should happen that are incorrect. I was expecting the code I've got to change my html as follows tr class=odd Is this what should happen? Or have I got it all wrong? On

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-14 Thread Philippe Wittenbergh
Le 15 janv. 2013 à 09:33, Anthony agav...@gmail.com a écrit : My main issue is that the javascript code is not appending an odd class for each tr. Maybe it's just my expectations of what should happen that are incorrect. I was expecting the code I've got to change my html as follows tr

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-13 Thread Blake Haswell
Anthony wrote: What am I missing? A link? It's hard to tell what the problem is from that code snippet. -- Blake Haswell http://simpleweb.com.au/ __ css-discuss [css-d@lists.css-discuss.org]

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-13 Thread Anthony
The site is still in development, so I don't have a production link as yet :( On Mon, Jan 14, 2013 at 1:59 PM, Blake Haswell blake.hasw...@simpleweb.com.au wrote: Anthony wrote: What am I missing? A link? It's hard to tell what the problem is from that code snippet. -- Blake Haswell

Re: [css-d] Zebra Stripes effect with CSS and jQuery

2013-01-13 Thread David Hucklesby
On 1/13/13 7:31 PM, Anthony wrote: The site is still in development, so I don't have a production link as yet :( On Mon, Jan 14, 2013 at 1:59 PM, Blake Haswell blake.hasw...@simpleweb.com.au wrote: Anthony wrote: What am I missing? A link? It's hard to tell what the problem is from that