On Thu, Feb 19, 2009 at 5:29 PM, MauiMan2 <cmzieba...@gmail.com> wrote:

>
> The following code snippet:
>
> $('OL.codeSample LI:even').addClass('even');
>
> is working on one of my sites to zebra striping to list items but is
> not working on another one even though both have jQuery 1.2.6 in
> place. The site where it's not working is here:
>
> http://developer.cmzmedia.com/?p=115
>
> Any ideas?


Looks like the page in question is using 'jQuery' as the jQuery namespace
instead of the $ ?
jQuery('OL.codeSample LI:even').addClass('even');  ?

-- 
I have failed as much as I have succeeded. But I love my life. I love my
wife. And I wish you my kind of success.

Reply via email to