I'm just curious... where are you getting your syntax from?

"div:.postSummary"  ????

".postSummary-teaser(odd)" ??

there's now where in the documentation (http://docs.jquery.com) where
that syntax is shown


On Feb 16, 6:31 pm, morktron <m...@digiflip.tv> wrote:
> Hi I'm just wondering whether it is possible to zebra stripe alternate divs
> with the same class name?
>
> The class name is .postSummary-teaser, I tried this:
>
> <script type="text/javascript">
>       window.onload = function(){
>     $("div:.postSummary-teaser(odd)").addClass("odd");};
>
>     </script>
>
> but no joy. I'm no Javascript programmer but it was easy to stripe alternate
> rows with a tutorial on the jQuerey site. There seems to be nothing about
> using divs?
>
> The page in question is in development 
> here:http://www.digiflipconcepts.com/digiflip-v3/Rant-and-Rave
>
> Can anyone help? thanks
> --
> View this message in 
> context:http://www.nabble.com/how-to-zebra-stripe-divs--tp22048135s27240p2204...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to